public static class InspcDatagram.SeqEntrant extends InspcDatagram.Base
InfoFormattedAppend.PrepareToString
Modifier and Type | Field and Description |
---|---|
private static int |
k_answer
Position of data as constants.
|
private static int |
k_encryption
Position of data as constants.
|
private static int |
k_entrant
Position of data as constants.
|
private static int |
k_seqnr
Position of data as constants.
|
private static int |
kSizeHead
Position of data as constants.
|
bBigEndian, bExc, bLittleEndianBig2, data, sizeHead, toStringformatter, version
Constructor and Description |
---|
SeqEntrant() |
Modifier and Type | Method and Description |
---|---|
int |
answer() |
void |
castFromBase(InspcDatagram.Base base)
Cast from an instance of type
InspcDatagram.Base which is checked for the InspcDatagram.Base.cmdDatagram()
and therefore the cast is proper. |
int |
encryption() |
int |
entrant() |
int |
seqnr() |
void |
set_answer(int value) |
void |
set_encryption(int value) |
void |
set_entrant(int value) |
void |
set_seqnr(int value) |
cmdDatagram, nrofBytes, set_cmdDatagram, set_nrofBytes
_getInt, _getLong, _setInt, _setLong, _setString, addChild, addChild, addChildAt, addChildAt, addChildEmpty, addChildEmpty, addChildFloat, addChildInt, addChildInteger, addChildString, addChildString, addChildString, assign, assign, assign, assignAt, assignAt, assignCasted, assignClear, assignDataToFixChildren, checkLengthElement, clearData, clearHead, copyData, copyDataFrom, data, detach, getBigEndian, getChar, getChildDouble, getChildFloat, getChildInt, getChildInt16, getChildInteger, getChildString, getChildUint16, getChildUint8, getData, getDouble, getFloat, getFloat, getInt16, getInt16, getInt32, getInt32, getInt64, getInt8, getInt8, getLength, getLengthCurrent, getLengthHead, getLengthTotal, getMaxNrofBytes, getMaxNrofBytesForNextChild, getPositionInBuffer, getPositionNextChildInBuffer, getString, getUint16, getUint16, getUint32, getUint32, getUint8, getUint8, infoAppendHead, infoFormattedAppend, isCurrentChildInParent, isExpandable, isInUse, ixBegin, ixEnd, ixNextChild, removeChild, removeChild, removeChildren, setBigEndian, setCharset, setDouble, setException, setFloat, setFloat, setInt16, setInt16, setInt32, setInt32, setInt8, setInt8, setLengthElement, setLittleEndianBig2, setString, setUint16, setUint16, setUint32, setUint32, setUint8, setUint8, sizeHead, sufficingBytesForNextChild, toString, upcast, XXXrewind
private static int k_encryption
private static int k_seqnr
private static int k_answer
private static int k_entrant
private static int kSizeHead
public final int encryption()
public final int seqnr()
public final int answer()
public final int entrant()
public final void set_encryption(int value)
public final void set_seqnr(int value)
public final void set_answer(int value)
public final void set_entrant(int value)
public void castFromBase(InspcDatagram.Base base)
InspcDatagram.Base
which is checked for the InspcDatagram.Base.cmdDatagram()
and therefore the cast is proper.base
- The instance which is already tested for the correct InspcDatagram.Base.cmdDatagram()