Class IDeviceEvent
java.lang.Object
org.robovm.libimobiledevice.binding.IDeviceEvent
public class IDeviceEvent
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description IDeviceEvent()protectedIDeviceEvent(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()intgetConnectionType()protected static longgetCPtr(IDeviceEvent obj)IDeviceEventTypegetEvent()java.lang.StringgetUdid()voidsetConnectionType(int value)voidsetEvent(IDeviceEventType value)voidsetUdid(java.lang.String value)Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
IDeviceEvent
protected IDeviceEvent(long cPtr, boolean cMemoryOwn) -
IDeviceEvent
public IDeviceEvent()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize()- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete() -
setEvent
-
getEvent
-
setUdid
public void setUdid(java.lang.String value) -
getUdid
public java.lang.String getUdid() -
setConnectionType
public void setConnectionType(int value) -
getConnectionType
public int getConnectionType()
-