Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands |
The package containing command wrappers.
|
com.veraxsystems.vxipmi.coding.commands.chassis |
Chassis related commands.
|
com.veraxsystems.vxipmi.coding.commands.fru |
FRU related commands.
|
com.veraxsystems.vxipmi.coding.commands.sdr |
SDR related commands.
|
com.veraxsystems.vxipmi.coding.commands.sel |
SEL related commands.
|
com.veraxsystems.vxipmi.coding.commands.session |
Session management relsted commands.
|
com.veraxsystems.vxipmi.coding.payload.lan |
The LAN payload format encoders and decoders.
|
Modifier and Type | Method and Description |
---|---|
abstract NetworkFunction |
IpmiCommandCoder.getNetworkFunction()
Retrieves network function specific for command represented by this
class.
|
Modifier and Type | Method and Description |
---|---|
NetworkFunction |
GetChassisStatus.getNetworkFunction() |
NetworkFunction |
ChassisControl.getNetworkFunction() |
Modifier and Type | Method and Description |
---|---|
NetworkFunction |
ReadFruData.getNetworkFunction() |
NetworkFunction |
GetFruInventoryAreaInfo.getNetworkFunction() |
Modifier and Type | Method and Description |
---|---|
NetworkFunction |
ReserveSdrRepository.getNetworkFunction() |
NetworkFunction |
GetSensorReading.getNetworkFunction() |
NetworkFunction |
GetSdrRepositoryInfo.getNetworkFunction() |
NetworkFunction |
GetSdr.getNetworkFunction() |
Modifier and Type | Method and Description |
---|---|
NetworkFunction |
ReserveSel.getNetworkFunction() |
NetworkFunction |
GetSelInfo.getNetworkFunction() |
NetworkFunction |
GetSelEntry.getNetworkFunction() |
Modifier and Type | Method and Description |
---|---|
NetworkFunction |
SetSessionPrivilegeLevel.getNetworkFunction() |
NetworkFunction |
Rakp3.getNetworkFunction()
Deprecated.
|
NetworkFunction |
Rakp1.getNetworkFunction()
Deprecated.
|
NetworkFunction |
OpenSession.getNetworkFunction()
Deprecated.
|
NetworkFunction |
GetChannelCipherSuites.getNetworkFunction() |
NetworkFunction |
GetChannelAuthenticationCapabilities.getNetworkFunction() |
NetworkFunction |
CloseSession.getNetworkFunction() |
Modifier and Type | Method and Description |
---|---|
NetworkFunction |
IpmiLanMessage.getNetworkFunction() |
static NetworkFunction |
NetworkFunction.parseInt(int value) |
static NetworkFunction |
NetworkFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetworkFunction[] |
NetworkFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IpmiLanMessage.setNetworkFunction(NetworkFunction networkFunction) |
Constructor and Description |
---|
IpmiLanRequest(NetworkFunction networkFunction,
byte commandCode,
byte[] requestData,
byte sequenceNumber)
Builds IpmiLanRequest addressed at LUN 0.
|
IpmiLanRequest(NetworkFunction networkFunction,
byte commandCode,
byte[] requestData,
byte sequenceNumber,
byte lun)
Builds IpmiLanRequest.
|