//
pkg.gl
Category
github.com/danielpaulus/go-ios
ios
afc
package
1.0.176
Repository:
https://github.com/danielpaulus/go-ios.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
13
Dependents
4
Files
719 SLOC
#
Functions
Decode
Encode
New
NewContainer
NewFromConn
NewFromConn allows to use AFC on a DeviceConnectionInterface, see crashreport for an example.
VendContainer
#
Constants
Afc_Err_DirNotEmpty
Afc_Err_EndOfData
Afc_Err_InternalError
Afc_Err_InvalidArgument
Afc_Err_IoError
Afc_Err_MuxError
Afc_Err_NoMemory
Afc_Err_NoResources
Afc_Err_NoSpaceLeft
Afc_Err_NotEnoughData
Afc_Err_ObjectBusy
Afc_Err_ObjectExists
Afc_Err_ObjectIsDir
Afc_Err_ObjectNotFound
Afc_Err_OperationHeaderInvalid
Afc_Err_OperationInProgress
Afc_Err_OperationInterrupted
Afc_Err_OperationNotSupported
Afc_Err_OperationTimeout
Afc_Err_OperationWouldBlock
Afc_Err_PermDenied
Afc_Err_ReadError
Afc_Err_ServiceNotConnected
Afc_Err_Success
Afc_Err_TooMuchData
Afc_Err_UnknownError
Afc_Err_UnknownPacketType
Afc_Err_WriteError
Afc_header_size
Afc_magic
Afc_Mode_APPEND
Afc_Mode_RDAPPEND
Afc_Mode_RDONLY
Afc_Mode_RW
Afc_Mode_WR
Afc_Mode_WRONLY
Afc_operation_data
Afc_operation_device_info
Afc_operation_file_close
Afc_operation_file_info
Afc_operation_file_open
Afc_operation_file_open_result
Afc_operation_file_read
Afc_operation_file_write
Afc_operation_make_dir
Afc_operation_read_dir
Afc_operation_remove_path
Afc_operation_remove_path_and_contents
Afc_operation_status
#
Structs
AFCDeviceInfo
AfcPacket
AfcPacketHeader
Connection