-
Methods in org.robovm.libimobiledevice.binding that return LockdowndError
| Modifier and Type |
Method |
Description |
static LockdowndError |
LibIMobileDevice.lockdownd_activate(LockdowndClientRef client,
PlistRef activation_record) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_client_free(LockdowndClientRef client) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_client_new(IDeviceRef device,
LockdowndClientRefOut client,
java.lang.String label) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_client_new_with_handshake(IDeviceRef device,
LockdowndClientRefOut client,
java.lang.String label) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_data_classes_free(StringArray classes) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_deactivate(LockdowndClientRef client) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_enter_recovery(LockdowndClientRef client) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_get_device_name(LockdowndClientRef client,
StringOut device_name) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_get_device_udid(LockdowndClientRef control,
StringOut udid) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_get_sync_data_classes(LockdowndClientRef client,
StringArrayOut classes,
IntOut count) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_get_value(LockdowndClientRef client,
java.lang.String domain,
java.lang.String key,
PlistRefOut value) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_goodbye(LockdowndClientRef client) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_pair(LockdowndClientRef client,
LockdowndPairRecordStruct pair_record) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_pair_with_options(LockdowndClientRef client,
LockdowndPairRecordStruct pair_record,
PlistRef options,
PlistRefOut response) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_query_type(LockdowndClientRef client,
StringOut type) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_receive(LockdowndClientRef client,
PlistRefOut plist) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_remove_value(LockdowndClientRef client,
java.lang.String domain,
java.lang.String key) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_send(LockdowndClientRef client,
PlistRef plist) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_service_descriptor_free(LockdowndServiceDescriptorStruct service) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_set_value(LockdowndClientRef client,
java.lang.String domain,
java.lang.String key,
PlistRef value) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_start_service(LockdowndClientRef client,
java.lang.String identifier,
LockdowndServiceDescriptorStructOut service) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_start_service_with_escrow_bag(LockdowndClientRef client,
java.lang.String identifier,
LockdowndServiceDescriptorStructOut service) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_start_session(LockdowndClientRef client,
java.lang.String host_id,
StringOut session_id,
IntOut sslEnabled) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_stop_session(LockdowndClientRef client,
java.lang.String session_id) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_unpair(LockdowndClientRef client,
LockdowndPairRecordStruct pair_record) |
|
static LockdowndError |
LibIMobileDevice.lockdownd_validate_pair(LockdowndClientRef client,
LockdowndPairRecordStruct pair_record) |
|
static LockdowndError |
LockdowndError.swigToEnum(int swigValue) |
|
static LockdowndError |
LockdowndError.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static LockdowndError[] |
LockdowndError.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|