NativeMapped
, java.lang.Comparable<WinDef.UCHAR>
WinDef.BYTE
public static class WinDef.UCHAR extends IntegerType implements java.lang.Comparable<WinDef.UCHAR>
Modifier and Type | Field | Description |
---|---|---|
static int |
SIZE |
The Constant SIZE.
|
Constructor | Description |
---|---|
UCHAR() |
Instantiates a new uchar.
|
UCHAR(char ch) |
|
UCHAR(long value) |
Instantiates a new uchar.
|
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(WinDef.UCHAR other) |
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
public static final int SIZE
public UCHAR()
public UCHAR(char ch)
public UCHAR(long value)
value
- the valuepublic int compareTo(WinDef.UCHAR other)
compareTo
in interface java.lang.Comparable<WinDef.UCHAR>