public static class PDU.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
bitpos |
PDU.DataType |
type |
int |
width |
| Constructor and Description |
|---|
Entry(PDU.DataType type,
int width,
int bitpos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isArray() |
java.lang.String |
toString() |
public final PDU.DataType type
public final int width
public final int bitpos
public Entry(PDU.DataType type, int width, int bitpos)
aQute SARL All Rights Reserved