Class TransmitReceiveStatistics

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.TransmitReceiveStatistics

public final class TransmitReceiveStatistics extends SmfData
  • Field Details

    • SMF92ST8_LEN

      public static final int SMF92ST8_LEN
      Constant: 0x14 = 20
      See Also:
  • Method Details

    • smf92trt

      public ZonedDateTime smf92trt()
      SMF92TRT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use smf92trtRawValue() for a BigInteger containing the complete STCKE value.

      Returns:
      DateTime SMF92TRT STCKE converted to ZonedDateTime
      See Also:
    • smf92trtRawValue

      public BigInteger smf92trtRawValue()
      SMF92TRT STCKE value.
      Returns:
      BigInteger SMF92TRT STCKE value
    • smf92trc

      public int smf92trc()
      SMF92TRC value.
      Returns:
      int SMF92TRC value
    • smf92trl

      public int smf92trl()
      SMF92TRL value.
      Returns:
      int SMF92TRL value
    • perSystemTransmitReceiveEntries

      public List<PerSystemTransmitReceiveEntry> perSystemTransmitReceiveEntries()
    • create

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