Package com.blackhillsoftware.smf.smf92
Class TransmitReceiveStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.TransmitReceiveStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransmitReceiveStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf92trc()
SMF92TRC value.int
smf92trl()
SMF92TRL value.smf92trt()
SMF92TRT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92TRT STCKE value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF92ST8_LEN
public static final int SMF92ST8_LENConstant: 0x14 = 20- See Also:
-
-
Method Details
-
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
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
-
create
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 sectionoffset
- Offset of this section in the datalength
- length of the section
-