Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.chassis |
Chassis related commands.
|
Modifier and Type | Method and Description |
---|---|
static PowerCommand |
PowerCommand.parseInt(int value) |
static PowerCommand |
PowerCommand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PowerCommand[] |
PowerCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChassisControl(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
PowerCommand powerCommand)
Initiates ChassisControl for encoding and decoding.
|