Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations | |
edu.nps.moves.dis7.util |
Modifier and Type | Field and Description |
---|---|
protected DISPDUType |
AttributePdu.attributeRecordPduType
This field shall represent the type of the PDU that is being extended or updated, if applicable.
|
protected DISPDUType |
Pdu.pduType
Type of pdu, unique for each PDU class uid 4
|
Modifier and Type | Method and Description |
---|---|
DISPDUType |
AttributePdu.getAttributeRecordPduType()
Getter for
AttributePdu.attributeRecordPduType |
DISPDUType |
Pdu.getPduType()
Getter for
Pdu.pduType |
Modifier and Type | Method and Description |
---|---|
AttributePdu |
AttributePdu.setAttributeRecordPduType(DISPDUType pAttributeRecordPduType)
Setter for
AttributePdu.attributeRecordPduType |
Pdu |
Pdu.setPduType(DISPDUType pPduType)
Setter for
Pdu.pduType |
Modifier and Type | Method and Description |
---|---|
static DISPDUType |
DISPDUType.getEnumForValue(int i) |
static DISPDUType |
DISPDUType.unmarshalEnum(java.nio.ByteBuffer buff) |
static DISPDUType |
DISPDUType.unmarshalEnum(java.io.DataInputStream dis) |
static DISPDUType |
DISPDUType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DISPDUType[] |
DISPDUType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DISPDUType |
PduFactory.getTypeFromByteArray(byte[] ba) |
Modifier and Type | Method and Description |
---|---|
void |
DisThreadedNetIF.addListener(DisThreadedNetIF.PduListener lis,
DISPDUType typ) |
Pdu |
PduFactory.createPdu(DISPDUType pduType) |