Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected IntercomControlCommand |
IntercomControlPdu.command
detailed type requested.
|
Modifier and Type | Method and Description |
---|---|
IntercomControlCommand |
IntercomControlPdu.getCommand()
Getter for
IntercomControlPdu.command |
Modifier and Type | Method and Description |
---|---|
IntercomControlPdu |
IntercomControlPdu.setCommand(IntercomControlCommand pCommand)
Setter for
IntercomControlPdu.command |
Modifier and Type | Method and Description |
---|---|
static IntercomControlCommand |
IntercomControlCommand.getEnumForValue(int i) |
static IntercomControlCommand |
IntercomControlCommand.unmarshalEnum(java.nio.ByteBuffer buff) |
static IntercomControlCommand |
IntercomControlCommand.unmarshalEnum(java.io.DataInputStream dis) |
static IntercomControlCommand |
IntercomControlCommand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntercomControlCommand[] |
IntercomControlCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|