Package io.sisu.nng.internal.jna
Class UInt64ByReference
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.ptr.ByReference
-
- io.sisu.nng.internal.jna.NumberByReference
-
- io.sisu.nng.internal.jna.UInt64ByReference
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class UInt64ByReference extends NumberByReference
-
-
Constructor Summary
Constructors Constructor Description UInt64ByReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UInt64
getUInt64()
-
Methods inherited from class io.sisu.nng.internal.jna.NumberByReference
getValue, setValue
-
-
-
-
Method Detail
-
getUInt64
public UInt64 getUInt64()
-
-