Class WinDef.UCHAR
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.UCHAR
- All Implemented Interfaces:
NativeMapped, Serializable, Comparable<WinDef.UCHAR>
- Direct Known Subclasses:
WinDef.BYTE
- Enclosing interface:
WinDef
The Class UCHAR.
- Author:
- dblock[at]dblock.org
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class Number
byteValue, shortValue
-
Field Details
-
SIZE
public static final int SIZEThe Constant SIZE.- See Also:
-
-
Constructor Details
-
UCHAR
public UCHAR()Instantiates a new uchar. -
UCHAR
public UCHAR(char ch) -
UCHAR
public UCHAR(long value) Instantiates a new uchar.- Parameters:
value- the value
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<WinDef.UCHAR>
-