public static class ByteDataVariable.Uint16
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ByteDataAccessBase |
acc |
private int |
ixData |
| Constructor and Description |
|---|
Uint16(ByteDataAccessBase acc,
int ixData) |
| Modifier and Type | Method and Description |
|---|---|
int |
get() |
void |
set(int val) |
java.lang.String |
toString() |
private final int ixData
private final ByteDataAccessBase acc
public Uint16(ByteDataAccessBase acc, int ixData)