public final class StatisticsSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static StatisticsSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf62det()
SMF62DET value.
|
String |
smf62dkl()
SMF62DKL value.
|
LocalDate |
smf62dt()
SMF62DT as a LocalDate.
|
int |
smf62dtRawValue()
SMF62DT raw value.
|
int |
smf62mc1()
SMF62MC1 value.
|
int |
smf62mc2()
SMF62MC2 value.
|
int |
smf62mc3()
SMF62MC3 value.
|
int |
smf62mc4()
SMF62MC4 value.
|
LocalTime |
smf62tim()
SMF62TIM as a LocalTime.
|
long |
smf62timRawValue()
SMF62TIM raw value
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public LocalTime smf62tim()
LocalTime
public long smf62timRawValue()
public LocalDate smf62dt()
LocalDate
public int smf62dtRawValue()
public int smf62mc1()
public int smf62mc2()
public int smf62mc3()
public int smf62mc4()
public int smf62det()
public String smf62dkl()
public static StatisticsSection 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.