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