Class SubsystemSection


public final class SubsystemSection extends SmfData
  • Field Details

    • SMF30_zCBP

      public static final int SMF30_zCBP
      Constant: 0x80 = 128
      See Also:
    • SMF30_CrypCtrs_Active

      public static final int SMF30_CrypCtrs_Active
      Constant: 0x40 = 64
      See Also:
    • SMF30_NNPICtrs_Active

      public static final int SMF30_NNPICtrs_Active
      Constant: 0x20 = 32
      See Also:
  • Method Details

    • smf30typ

      public int smf30typ()
      SMF30TYP value.
      Returns:
      int SMF30TYP value
    • smf30pflags

      public int smf30pflags()
      SMF30PFlags value.
      Returns:
      int SMF30PFlags value
    • smf30Zcbp

      public boolean smf30Zcbp()
      Return true if SMF30_zCBP bit in smf30pflags() is set.
      Returns:
      boolean SMF30_zCBP bit is set in smf30pflags()

      SMF30_zCBP = 0x80

    • smf30CrypCtrsActive

      public boolean smf30CrypCtrsActive()
      Return true if SMF30_CrypCtrs_Active bit in smf30pflags() is set.
      Returns:
      boolean SMF30_CrypCtrs_Active bit is set in smf30pflags()

      SMF30_CrypCtrs_Active = 0x40

    • smf30NnpiCtrsActive

      public boolean smf30NnpiCtrsActive()
      Return true if SMF30_NNPICtrs_Active bit in smf30pflags() is set.
      Returns:
      boolean SMF30_NNPICtrs_Active bit is set in smf30pflags()

      SMF30_NNPICtrs_Active = 0x20

    • smf30rvn

      public String smf30rvn()
      SMF30RVN value.
      Returns:
      String SMF30RVN value
    • smf30pnm

      public String smf30pnm()
      SMF30PNM value.
      Returns:
      String SMF30PNM value
    • smf30osl

      public String smf30osl()
      SMF30OSL value.
      Returns:
      String SMF30OSL value
    • smf30syn

      public String smf30syn()
      SMF30SYN value.
      Returns:
      String SMF30SYN value
    • smf30syp

      public String smf30syp()
      SMF30SYP value.
      Returns:
      String SMF30SYP value
    • create

      public static SubsystemSection create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section