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