Class CommandCodes
java.lang.Object
org.metricshub.ipmi.core.coding.commands.CommandCodes
Contains command codes for IPMI commands Byte constants are encoded as pseudo
unsigned bytes. IpmiLanConstants doesn't use
TypeConverter
because
fields need to be runtime constants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
An IPMI code for Activate Payload commandstatic final byte
An IPMI code for Chassis Control commandstatic final byte
An IPMI code for Deactivate Payload commandstatic final byte
An IPMI code for Get Channel Authentication Capabilities commandstatic final byte
An IPMI code for Get Channel Cipher Suites commandstatic final byte
An IPMI code for Get Channel Payload Support commandstatic final byte
An IPMI code for Get Chassis Status commandstatic final byte
An IPMI code for Get Device SDR Info commandstatic final byte
An IPMI code for Get FRU Inventory Area Info commandstatic final byte
An IPMI code for Get Payload Activation Status commandstatic final byte
An IPMI code for Get SDR commandstatic final byte
An IPMI code for Get Device SDR Info commandstatic final byte
An IPMI code for Get SEL Entry commandstatic final byte
An IPMI code for Get SEL Info commandstatic final byte
An IPMI code for Read FRU Data commandstatic final byte
An IPMI code for Reserve SDR Repository commandstatic final byte
An IPMI code for Reserve SEL commandstatic final byte
An IPMI code for Set Session Privilege Level command -
Method Summary
-
Field Details
-
GET_CHASSIS_STATUS
public static final byte GET_CHASSIS_STATUSAn IPMI code for Get Chassis Status command- See Also:
-
CHASSIS_CONTROL
public static final byte CHASSIS_CONTROLAn IPMI code for Chassis Control command- See Also:
-
GET_FRU_INVENTORY_AREA_INFO
public static final byte GET_FRU_INVENTORY_AREA_INFOAn IPMI code for Get FRU Inventory Area Info command- See Also:
-
READ_FRU_DATA
public static final byte READ_FRU_DATAAn IPMI code for Read FRU Data command- See Also:
-
GET_SDR_REPOSITORY_INFO
public static final byte GET_SDR_REPOSITORY_INFOAn IPMI code for Get Device SDR Info command- See Also:
-
GET_DEVICE_SDR_INFO
public static final byte GET_DEVICE_SDR_INFOAn IPMI code for Get Device SDR Info command- See Also:
-
RESERVE_SDR_REPOSITORY
public static final byte RESERVE_SDR_REPOSITORYAn IPMI code for Reserve SDR Repository command- See Also:
-
GET_SDR
public static final byte GET_SDRAn IPMI code for Get SDR command- See Also:
-
GET_CHANNEL_AUTHENTICATION_CAPABILITIES
public static final byte GET_CHANNEL_AUTHENTICATION_CAPABILITIESAn IPMI code for Get Channel Authentication Capabilities command- See Also:
-
SET_SESSION_PRIVILEGE_LEVEL
public static final byte SET_SESSION_PRIVILEGE_LEVELAn IPMI code for Set Session Privilege Level command- See Also:
-
GET_SEL_INFO
public static final byte GET_SEL_INFOAn IPMI code for Get SEL Info command- See Also:
-
RESERVE_SEL
public static final byte RESERVE_SELAn IPMI code for Reserve SEL command- See Also:
-
GET_SEL_ENTRY
public static final byte GET_SEL_ENTRYAn IPMI code for Get SEL Entry command- See Also:
-
GET_CHANNEL_PAYLOAD_SUPPORT
public static final byte GET_CHANNEL_PAYLOAD_SUPPORTAn IPMI code for Get Channel Payload Support command- See Also:
-
ACTIVATE_PAYLOAD
public static final byte ACTIVATE_PAYLOADAn IPMI code for Activate Payload command- See Also:
-
DEACTIVATE_PAYLOAD
public static final byte DEACTIVATE_PAYLOADAn IPMI code for Deactivate Payload command- See Also:
-
GET_PAYLOAD_ACTIVATION_STATUS
public static final byte GET_PAYLOAD_ACTIVATION_STATUSAn IPMI code for Get Payload Activation Status command- See Also:
-
GET_CHANNEL_CIPHER_SUITES
public static final byte GET_CHANNEL_CIPHER_SUITESAn IPMI code for Get Channel Cipher Suites command- See Also:
-