Package com.sun.jna.platform.win32
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.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
Methods inherited from class java.lang.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:
compareTo
in interfaceComparable<WinDef.UCHAR>
-