public static class MsgItems_h.MsgItems
extends ByteDataAccessBase
Modifier and Type | Field and Description |
---|---|
static int |
kIdxAfterLast
Index of the data element
|
static int |
kIdxdummy
Index of the data element
|
static int |
kIdxfileHead
Index of the data element
|
static int |
kIdxmsgItems
Index of the data element
|
static int |
kIdxnrofMsg
Index of the data element
|
protected static int |
kSizemsgItems |
MsgItems_h.MsgItem |
msgItems |
Constructor and Description |
---|
MsgItems()
Constructs the data management class
|
MsgItems(ByteDataAccessBase parent,
int idxChildInParent)
Constructs as a child inside another ByteDataAccess
|
Modifier and Type | Method and Description |
---|---|
protected void |
assignDataToFixChildren()
Because the method has fix childs, the assignDataToFixChilds method is overridden to apply to all fix childs.
|
short |
get_dummy() |
short |
get_nrofMsg() |
void |
set_dummy(short val) |
void |
set_nrofMsg(short val) |
void |
setBigEndianItem(boolean val)
Because the method has fix childs, the setBigEndian method is overridden to apply the endian to all fix childs.
|
protected static final int kSizemsgItems
public static final int kIdxfileHead
public static final int kIdxnrofMsg
public static final int kIdxdummy
public static final int kIdxmsgItems
public static final int kIdxAfterLast
public final MsgItems_h.MsgItem msgItems
public MsgItems()
public MsgItems(ByteDataAccessBase parent, int idxChildInParent)
public void set_nrofMsg(short val)
public short get_nrofMsg()
public void set_dummy(short val)
public short get_dummy()
protected void assignDataToFixChildren() throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public void setBigEndianItem(boolean val)