Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.chassis.PowerCommand
Packages that use PowerCommand
-
Uses of PowerCommand in org.sentrysoftware.ipmi.core.coding.commands.chassis
Methods in org.sentrysoftware.ipmi.core.coding.commands.chassis that return PowerCommandModifier and TypeMethodDescriptionstatic PowerCommandPowerCommand.parseInt(int value) static PowerCommandReturns 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.Constructors in org.sentrysoftware.ipmi.core.coding.commands.chassis with parameters of type PowerCommandModifierConstructorDescriptionChassisControl(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, PowerCommand powerCommand) Initiates ChassisControl for encoding and decoding.