Package com.sun.jna.ptr
Class ShortByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.ptr.ShortByReference
- All Implemented Interfaces:
- NativeMapped
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
- 
Constructor Details- 
ShortByReferencepublic ShortByReference()
- 
ShortByReferencepublic ShortByReference(short value) 
 
- 
- 
Method Details- 
setValuepublic void setValue(short value) 
- 
getValuepublic short getValue()
- 
toString- Overrides:
- toStringin class- ByReference
 
 
-