Class BaseCompatibilityInfo

Direct Known Subclasses:
ExtendedCompatibilityInfo

public class BaseCompatibilityInfo extends MultiRecordInfo
Base Compatibility Information record from FRU Multi Record Area
  • Constructor Details

    • BaseCompatibilityInfo

      public BaseCompatibilityInfo(byte[] fruData, int offset, int length)
      Creates and populates record
      Parameters:
      fruData - - raw data containing record
      offset - - offset to the record in the data
      length - - length of the record
  • Method Details

    • getManufacturerId

      public int getManufacturerId()
    • setManufacturerId

      public void setManufacturerId(int manufacturerId)
    • getEntityId

      public EntityId getEntityId()
    • setEntityId

      public void setEntityId(EntityId entityId)
    • getCompatibilityBase

      public int getCompatibilityBase()
    • setCompatibilityBase

      public void setCompatibilityBase(int compatibilityBase)
    • getCodeStart

      public int getCodeStart()
    • setCodeStart

      public void setCodeStart(int codeStart)
    • getCodeRangeMasks

      public byte[] getCodeRangeMasks()
    • setCodeRangeMasks

      public void setCodeRangeMasks(byte[] codeRangeMasks)