Class IDeviceConnectionRef

java.lang.Object
org.robovm.libimobiledevice.binding.IDeviceConnectionRef

public class IDeviceConnectionRef
extends java.lang.Object
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected IDeviceConnectionRef()  
    protected IDeviceConnectionRef​(long cPtr, boolean futureUse)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    protected static long getCPtr​(IDeviceConnectionRef obj)  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IDeviceConnectionRef

      protected IDeviceConnectionRef​(long cPtr, boolean futureUse)
    • IDeviceConnectionRef

      protected IDeviceConnectionRef()
  • Method Details

    • getCPtr

      protected static long getCPtr​(IDeviceConnectionRef obj)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object