Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected IntercomControlTransmitLineState |
IntercomControlPdu.transmitLineState
current transmit state of the line uid 183
|
Modifier and Type | Method and Description |
---|---|
IntercomControlTransmitLineState |
IntercomControlPdu.getTransmitLineState()
Getter for
IntercomControlPdu.transmitLineState |
Modifier and Type | Method and Description |
---|---|
IntercomControlPdu |
IntercomControlPdu.setTransmitLineState(IntercomControlTransmitLineState pTransmitLineState)
Setter for
IntercomControlPdu.transmitLineState |
Modifier and Type | Method and Description |
---|---|
static IntercomControlTransmitLineState |
IntercomControlTransmitLineState.getEnumForValue(int i) |
static IntercomControlTransmitLineState |
IntercomControlTransmitLineState.unmarshalEnum(java.nio.ByteBuffer buff) |
static IntercomControlTransmitLineState |
IntercomControlTransmitLineState.unmarshalEnum(java.io.DataInputStream dis) |
static IntercomControlTransmitLineState |
IntercomControlTransmitLineState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntercomControlTransmitLineState[] |
IntercomControlTransmitLineState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|