Class IpmiLanRequest


public class IpmiLanRequest extends IpmiLanMessage
A wrapper class for IPMB LAN message
  • Constructor Details

    • IpmiLanRequest

      public IpmiLanRequest(NetworkFunction networkFunction, byte commandCode, byte[] requestData, byte sequenceNumber)
      Builds IpmiLanRequest addressed at LUN 0.
      Parameters:
      networkFunction - - command specific NetworkFunction
      commandCode - - command specific CommandCodes
      requestData - - command specific payload
      sequenceNumber - - used to match request and response - must be in range [0-63]
    • IpmiLanRequest

      public IpmiLanRequest(NetworkFunction networkFunction, byte commandCode, byte[] requestData, byte sequenceNumber, byte lun)
      Builds IpmiLanRequest.
      Parameters:
      networkFunction - - command specific NetworkFunction
      commandCode - - command specific CommandCodes
      requestData - - command specific payload
      sequenceNumber - - used to match request and response - must be in range [0-63]
      lun - - target Logical Unit Number. Must be in range [0-3].
  • Method Details