NativeMapped, Serializable, Comparable<WinDef.UCHAR>WinDef.BYTEpublic static class WinDef.UCHAR extends IntegerType implements 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, toStringbyteValue, shortValuepublic 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 Comparable<WinDef.UCHAR>