Uses of Class
org.robovm.libimobiledevice.binding.AfcFileMode
| Package | Description |
|---|---|
| org.robovm.libimobiledevice | |
| org.robovm.libimobiledevice.binding |
-
Uses of AfcFileMode in org.robovm.libimobiledevice
Methods in org.robovm.libimobiledevice with parameters of type AfcFileMode Modifier and Type Method Description longAfcClient. fileOpen(java.lang.String path, AfcFileMode mode)Opens a file on the device. -
Uses of AfcFileMode in org.robovm.libimobiledevice.binding
Methods in org.robovm.libimobiledevice.binding that return AfcFileMode Modifier and Type Method Description static AfcFileModeAfcFileMode. swigToEnum(int swigValue)static AfcFileModeAfcFileMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AfcFileMode[]AfcFileMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.libimobiledevice.binding with parameters of type AfcFileMode Modifier and Type Method Description static AfcErrorLibIMobileDevice. afc_file_open(AfcClientRef client, java.lang.String filename, AfcFileMode file_mode, LongOut handle)