public final class SystemSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static SystemSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
LocalTime |
smf23int()
SMF23INT as LocalTime.
|
String |
smf23intRawValue()
SMF23INT String value.
|
String |
smf23osl()
SMF23OSL value.
|
String |
smf23rls()
SMF23RLS value.
|
String |
smf23syn()
SMF23SYN value.
|
String |
smf23syp()
SMF23SYP value.
|
ZonedDateTime |
smf23tod()
SMF23TOD STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf23todRawValue()
SMF23TOD STCK value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public LocalTime smf23int()
LocalTime
public String smf23intRawValue()
public String smf23rls()
public String smf23osl()
public ZonedDateTime smf23tod()
Use smf23todRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf23todRawValue()
public String smf23syn()
public String smf23syp()
public static SystemSection 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.