-
-
Methods in org.robovm.libimobiledevice.binding with parameters of type DebugServerClientRef
| Modifier and Type |
Method |
Description |
static DebugServerError |
LibIMobileDevice.debugserver_client_free(DebugServerClientRef client) |
|
static int |
LibIMobileDeviceJNI.debugserver_client_free(long jarg1,
DebugServerClientRef jarg1_) |
|
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_response(DebugServerClientRef client,
StringOut response) |
|
static int |
LibIMobileDeviceJNI.debugserver_client_receive_response(long jarg1,
DebugServerClientRef jarg1_,
long jarg2,
StringOut jarg2_) |
|
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 |
DebugServerClientRef.getCPtr(DebugServerClientRef obj) |
|