Class GetChannelPayloadSupport


public class GetChannelPayloadSupport extends IpmiCommandCoder
A wrapper class for Get Channel Payload Support Command.
  • Constructor Details

    • GetChannelPayloadSupport

      public GetChannelPayloadSupport()
      Initiates class for decoding.
    • GetChannelPayloadSupport

      public GetChannelPayloadSupport(byte channelNumber)
      Initiates class for both encoding and decoding.
      Parameters:
      channelNumber - - must be 0h-Bh or Eh-Fh
      Eh = retrieve information for channel this request was issued on
    • GetChannelPayloadSupport

      public GetChannelPayloadSupport(byte channelNumber, CipherSuite cipherSuite, AuthenticationType authenticationType)
      Initiates class for both encoding and decoding.
      Parameters:
      channelNumber - - must be 0h-Bh or Eh-Fh
      Eh = retrieve information for channel this request was issued on
      cipherSuite - - CipherSuite containing authentication, confidentiality and integrity algorithms for this session.
      authenticationType - - Type of authentication used. Must be RMCPPlus for IPMI v2.0.
  • Method Details