Class NngPointerByReference

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.sun.jna.Pointer getValue()  
      void setValue​(com.sun.jna.Pointer value)  
      • Methods inherited from class com.sun.jna.ptr.ByReference

        toString
      • Methods inherited from class com.sun.jna.PointerType

        equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NngPointerByReference

        public NngPointerByReference()
      • NngPointerByReference

        public NngPointerByReference​(com.sun.jna.Pointer value)
    • Method Detail

      • setValue

        public void setValue​(com.sun.jna.Pointer value)
      • getValue

        public com.sun.jna.Pointer getValue()