Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected DISProtocolVersion |
Pdu.protocolVersion
The version of the protocol.
|
Modifier and Type | Method and Description |
---|---|
DISProtocolVersion |
Pdu.getProtocolVersion()
Getter for
Pdu.protocolVersion |
Modifier and Type | Method and Description |
---|---|
Pdu |
Pdu.setProtocolVersion(DISProtocolVersion pProtocolVersion)
Setter for
Pdu.protocolVersion |
Modifier and Type | Method and Description |
---|---|
static DISProtocolVersion |
DISProtocolVersion.getEnumForValue(int i) |
static DISProtocolVersion |
DISProtocolVersion.unmarshalEnum(java.nio.ByteBuffer buff) |
static DISProtocolVersion |
DISProtocolVersion.unmarshalEnum(java.io.DataInputStream dis) |
static DISProtocolVersion |
DISProtocolVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DISProtocolVersion[] |
DISProtocolVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|