public final class TransmitReceiveStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92ST8_LEN
Constant: 0x14 = 20
|
Modifier and Type | Method and Description |
---|---|
static TransmitReceiveStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
List<PerSystemTransmitReceiveEntry> |
perSystemTransmitReceiveEntries() |
int |
smf92trc()
SMF92TRC value.
|
int |
smf92trl()
SMF92TRL value.
|
ZonedDateTime |
smf92trt()
SMF92TRT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92trtRawValue()
SMF92TRT STCKE value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92ST8_LEN
public ZonedDateTime smf92trt()
Use smf92trtRawValue()
for a BigInteger containing the complete
STCKE value.
ZonedDateTime
public BigInteger smf92trtRawValue()
public int smf92trc()
public int smf92trl()
public List<PerSystemTransmitReceiveEntry> perSystemTransmitReceiveEntries()
public static TransmitReceiveStatistics create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.