public final class VlfStatisticsDataSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static VlfStatisticsDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
Duration |
smf41aag()
SMF41AAG as a Duration.
|
long |
smf41aagRawValue()
SMF41AAG raw value.
|
double |
smf41aagSeconds()
SMF41AAG in seconds.
|
long |
smf41add()
SMF41ADD value.
|
long |
smf41cag()
SMF41CAG value.
|
String |
smf41cls()
SMF41CLS value.
|
long |
smf41del()
SMF41DEL value.
|
long |
smf41fnd()
SMF41FND value.
|
long |
smf41lrg()
SMF41LRG value.
|
Duration |
smf41mag()
SMF41MAG as a Duration.
|
long |
smf41magRawValue()
SMF41MAG raw value.
|
double |
smf41magSeconds()
SMF41MAG in seconds.
|
long |
smf41mvt()
SMF41MVT value.
|
long |
smf41src()
SMF41SRC value.
|
ZonedDateTime |
smf41tim()
SMF41TIM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf41timRawValue()
SMF41TIM STCK value.
|
long |
smf41trm()
SMF41TRM value.
|
long |
smf41usd()
SMF41USD value.
|
Duration |
smf41yag()
SMF41YAG as a Duration.
|
long |
smf41yagRawValue()
SMF41YAG raw value.
|
double |
smf41yagSeconds()
SMF41YAG in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public String smf41cls()
public long smf41mvt()
public long smf41usd()
public long smf41src()
public long smf41fnd()
public long smf41add()
public long smf41del()
public long smf41trm()
public long smf41lrg()
public ZonedDateTime smf41tim()
Use smf41timRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf41timRawValue()
public Duration smf41aag()
Duration
public double smf41aagSeconds()
public long smf41aagRawValue()
public Duration smf41yag()
Duration
public double smf41yagSeconds()
public long smf41yagRawValue()
public Duration smf41mag()
Duration
public double smf41magSeconds()
public long smf41magRawValue()
public long smf41cag()
public static VlfStatisticsDataSection 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.