-
Methods in org.robovm.libimobiledevice.binding that return DebugServerError
| Modifier and Type |
Method |
Description |
static DebugServerError |
LibIMobileDevice.debugserver_client_free(DebugServerClientRef client) |
|
static DebugServerError |
LibIMobileDevice.debugserver_client_new(IDeviceRef device,
LockdowndServiceDescriptorStruct service,
DebugServerClientRefOut client) |
|
static DebugServerError |
LibIMobileDevice.debugserver_client_receive(DebugServerClientRef client,
byte[] data,
int size,
IntOut received) |
|
static DebugServerError |
LibIMobileDevice.debugserver_client_receive_response(DebugServerClientRef client,
StringOut response) |
|
static DebugServerError |
LibIMobileDevice.debugserver_client_receive_with_timeout(DebugServerClientRef client,
byte[] data,
int size,
IntOut received,
int timeout) |
|
static DebugServerError |
LibIMobileDevice.debugserver_client_send(DebugServerClientRef client,
byte[] data,
int size,
IntOut sent) |
|
static DebugServerError |
LibIMobileDevice.debugserver_client_start_service(IDeviceRef device,
DebugServerClientRefOut client,
java.lang.String label) |
|
static DebugServerError |
DebugServerError.swigToEnum(int swigValue) |
|
static DebugServerError |
DebugServerError.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DebugServerError[] |
DebugServerError.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|