Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AfcPacketHeader ¶
type AfcPacketHeader struct { Magic uint64 Entire_length uint64 This_length uint64 Packet_num uint64 Operation uint64 }
byte fileHandle = afcClient.executeRemoteOpenFileWriteCommand(relativeTestConfigurationPath);
afcClient.executeSendFileCommand(serializedXctestConfig, fileHandle); afcClient.closeFile(fileHandle);
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func New ¶
func New(device ios.DeviceEntry, bundleID string) (*Connection, error)
func (Connection) Close ¶
func (c Connection) Close()
Click to show internal directories.
Click to hide internal directories.