-
Methods in org.robovm.libimobiledevice.binding with parameters of type IntOut
| Modifier and Type |
Method |
Description |
static AfcError |
LibIMobileDevice.afc_file_read(AfcClientRef client,
long handle,
byte[] data,
int length,
IntOut bytes_read) |
|
static int |
LibIMobileDeviceJNI.afc_file_read(long jarg1,
AfcClientRef jarg1_,
long jarg2,
byte[] jarg3,
int jarg4,
long jarg5,
IntOut jarg5_) |
|
static AfcError |
LibIMobileDevice.afc_file_write(AfcClientRef client,
long handle,
byte[] data,
int length,
IntOut bytes_written) |
|
static int |
LibIMobileDeviceJNI.afc_file_write(long jarg1,
AfcClientRef jarg1_,
long jarg2,
byte[] jarg3,
int jarg4,
long jarg5,
IntOut jarg5_) |
|
static DebugServerError |
LibIMobileDevice.debugserver_client_receive(DebugServerClientRef client,
byte[] data,
int size,
IntOut received) |
|
static int |
LibIMobileDeviceJNI.debugserver_client_receive(long jarg1,
DebugServerClientRef jarg1_,
byte[] jarg2,
int jarg3,
long jarg4,
IntOut jarg4_) |
|
static DebugServerError |
LibIMobileDevice.debugserver_client_receive_with_timeout(DebugServerClientRef client,
byte[] data,
int size,
IntOut received,
int timeout) |
|
static int |
LibIMobileDeviceJNI.debugserver_client_receive_with_timeout(long jarg1,
DebugServerClientRef jarg1_,
byte[] jarg2,
int jarg3,
long jarg4,
IntOut jarg4_,
int jarg5) |
|
static DebugServerError |
LibIMobileDevice.debugserver_client_send(DebugServerClientRef client,
byte[] data,
int size,
IntOut sent) |
|
static int |
LibIMobileDeviceJNI.debugserver_client_send(long jarg1,
DebugServerClientRef jarg1_,
byte[] jarg2,
int jarg3,
long jarg4,
IntOut jarg4_) |
|
protected static long |
IntOut.getCPtr(IntOut obj) |
|
static IDeviceError |
LibIMobileDevice.idevice_connection_get_fd(IDeviceConnectionRef connection,
IntOut fd) |
|
static int |
LibIMobileDeviceJNI.idevice_connection_get_fd(long jarg1,
IDeviceConnectionRef jarg1_,
long jarg2,
IntOut jarg2_) |
|
static IDeviceError |
LibIMobileDevice.idevice_connection_receive(IDeviceConnectionRef connection,
byte[] data,
int len,
IntOut recv_bytes) |
|
static int |
LibIMobileDeviceJNI.idevice_connection_receive(long jarg1,
IDeviceConnectionRef jarg1_,
byte[] jarg2,
int jarg3,
long jarg4,
IntOut jarg4_) |
|
static IDeviceError |
LibIMobileDevice.idevice_connection_receive_timeout(IDeviceConnectionRef connection,
byte[] data,
int len,
IntOut recv_bytes,
int timeout) |
|
static int |
LibIMobileDeviceJNI.idevice_connection_receive_timeout(long jarg1,
IDeviceConnectionRef jarg1_,
byte[] jarg2,
int jarg3,
long jarg4,
IntOut jarg4_,
int jarg5) |
|
static IDeviceError |
LibIMobileDevice.idevice_connection_send(IDeviceConnectionRef connection,
byte[] data,
int len,
IntOut sent_bytes) |
|
static int |
LibIMobileDeviceJNI.idevice_connection_send(long jarg1,
IDeviceConnectionRef jarg1_,
byte[] jarg2,
int jarg3,
long jarg4,
IntOut jarg4_) |
|
static IDeviceError |
LibIMobileDevice.idevice_get_device_list(StringArrayOut devices,
IntOut count) |
|
static int |
LibIMobileDeviceJNI.idevice_get_device_list(long jarg1,
StringArrayOut jarg1_,
long jarg2,
IntOut jarg2_) |
|
static IDeviceError |
LibIMobileDevice.idevice_get_handle(IDeviceRef device,
IntOut handle) |
|
static int |
LibIMobileDeviceJNI.idevice_get_handle(long jarg1,
IDeviceRef jarg1_,
long jarg2,
IntOut jarg2_) |
|
static void |
LibIMobileDevice.instproxy_status_get_percent_complete(PlistRef status,
IntOut percent) |
|
static void |
LibIMobileDeviceJNI.instproxy_status_get_percent_complete(long jarg1,
PlistRef jarg1_,
long jarg2,
IntOut jarg2_) |
|
static int |
LibIMobileDeviceJNI.IntOut_value_get(long jarg1,
IntOut jarg1_) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_get_sync_data_classes(LockdowndClientRef client,
StringArrayOut classes,
IntOut count) |
|
static int |
LibIMobileDeviceJNI.lockdownd_get_sync_data_classes(long jarg1,
LockdowndClientRef jarg1_,
long jarg2,
StringArrayOut jarg2_,
long jarg3,
IntOut jarg3_) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_start_session(LockdowndClientRef client,
java.lang.String host_id,
StringOut session_id,
IntOut sslEnabled) |
|
static int |
LibIMobileDeviceJNI.lockdownd_start_session(long jarg1,
LockdowndClientRef jarg1_,
java.lang.String jarg2,
long jarg3,
StringOut jarg3_,
long jarg4,
IntOut jarg4_) |
|
static void |
LibIMobileDevice.plist_to_bin(PlistRef plist,
ByteArrayOut plist_bin,
IntOut length) |
|
static void |
LibIMobileDeviceJNI.plist_to_bin(long jarg1,
PlistRef jarg1_,
long jarg2,
ByteArrayOut jarg2_,
long jarg3,
IntOut jarg3_) |
|
static void |
LibIMobileDevice.plist_to_xml(PlistRef plist,
ByteArrayOut plist_xml,
IntOut length) |
|
static void |
LibIMobileDeviceJNI.plist_to_xml(long jarg1,
PlistRef jarg1_,
long jarg2,
ByteArrayOut jarg2_,
long jarg3,
IntOut jarg3_) |
|