Class SmfSubsystemRecordSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SmfSubsystemRecordSection

public final class SmfSubsystemRecordSection extends SmfData
  • Method Details

    • smf90wkn

      public String smf90wkn()
      SMF90WKN value.
      Returns:
      String SMF90WKN value
    • smf90dtl

      public int smf90dtl()
      SMF90DTL value.
      Returns:
      int SMF90DTL value
    • smf90svl

      public Duration smf90svl()
      SMF90SVL as a Duration.
      Returns:
      Duration SMF90SVL
      See Also:
    • smf90svlSeconds

      public double smf90svlSeconds()
      SMF90SVL in seconds.
      Returns:
      double SMF90SVL converted to seconds
    • smf90svlRawValue

      public long smf90svlRawValue()
      SMF90SVL raw value.
      Returns:
      long SMF90SVL raw value
    • smf90sys

      public List<Boolean> smf90sys()
      SMF90SYS List<Boolean> with 256 entries representing whether the associated record is enable for recording.
      Returns:
      the SMF90SYS data
      See Also:
    • smf90exn

      public List<String> smf90exn()
    • smf90sye

      public List<Boolean> smf90sye()
      SMF90SYE List<Boolean> with 2048 entries representing whether the associated record is enable for recording.
      Returns:
      the SMF90SYE data
      See Also:
    • enabledType

      public boolean enabledType(int smfType)
      Check whether recording is enabled for a specific record type
      Parameters:
      smfType - SMF record type between 0 and 2047
      Returns:
      true if recording is enabled for the record type
    • enabledTypes

      public List<Integer> enabledTypes()
      Provide a list of the SMF record types for which recording is enabled.
      Returns:
      the list of enabled SMF record types
    • create

      public static SmfSubsystemRecordSection 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