public final class IdentificationSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF30PGF
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static IdentificationSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf30asi()
SMF30ASI value.
|
LocalTime |
smf30ast()
SMF30AST as a LocalTime.
|
long |
smf30astRawValue()
SMF30AST raw value
|
String |
smf30cl8()
SMF30CL8 value.
|
String |
smf30cls()
SMF30CLS value.
|
String |
smf30cor()
SMF30COR value.
|
String |
smf30exn()
SMF30EXN value.
|
String |
smf30grp()
SMF30GRP value.
|
ZonedDateTime |
smf30iet()
SMF30IET STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf30ietRawValue()
SMF30IET STCK value.
|
ZonedDateTime |
smf30iss()
SMF30ISS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf30issRawValue()
SMF30ISS STCK value.
|
String |
smf30jbn()
SMF30JBN value.
|
int |
smf30jf1()
SMF30JF1 value.
|
String |
smf30jnm()
SMF30JNM value.
|
int |
smf30jpt()
SMF30JPT value.
|
boolean |
smf30pgf()
Return true if
SMF30PGF bit in smf30jf1() is set. |
String |
smf30pgm()
SMF30PGM value.
|
int |
smf30pgn()
SMF30PGN value.
|
LocalTime |
smf30pps()
SMF30PPS as a LocalTime.
|
long |
smf30ppsRawValue()
SMF30PPS raw value
|
String |
smf30psn()
SMF30PSN value.
|
String |
smf30rde()
SMF30RDE value.
|
LocalDate |
smf30red()
SMF30RED as a LocalDate.
|
int |
smf30redRawValue()
SMF30RED raw value.
|
LocalTime |
smf30ret()
SMF30RET as a LocalTime.
|
long |
smf30retRawValue()
SMF30RET raw value
|
LocalDate |
smf30rsd()
SMF30RSD as a LocalDate.
|
int |
smf30rsdRawValue()
SMF30RSD raw value.
|
LocalTime |
smf30rst()
SMF30RST as a LocalTime.
|
long |
smf30rstRawValue()
SMF30RST raw value
|
String |
smf30rud()
SMF30RUD value.
|
LocalTime |
smf30sit()
SMF30SIT as a LocalTime.
|
long |
smf30sitRawValue()
SMF30SIT raw value
|
long |
smf30ssn()
SMF30SSN value.
|
LocalDate |
smf30std()
SMF30STD as a LocalDate.
|
int |
smf30stdRawValue()
SMF30STD raw value.
|
String |
smf30stm()
SMF30STM value.
|
int |
smf30stn()
SMF30STN value.
|
String |
smf30tid()
SMF30TID value.
|
String |
smf30tsn()
SMF30TSN value.
|
String |
smf30uif()
SMF30UIF value.
|
String |
smf30usr()
SMF30USR value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF30PGF
public String smf30jbn()
public String smf30pgm()
public String smf30stm()
public String smf30uif()
public String smf30jnm()
public int smf30stn()
public String smf30cls()
public int smf30jf1()
public boolean smf30pgf()
SMF30PGF
bit in smf30jf1()
is set.SMF30PGF = 0x80
public int smf30pgn()
public int smf30jpt()
public LocalTime smf30ast()
LocalTime
public long smf30astRawValue()
public LocalTime smf30pps()
LocalTime
public long smf30ppsRawValue()
public LocalTime smf30sit()
LocalTime
public long smf30sitRawValue()
public LocalDate smf30std()
LocalDate
public int smf30stdRawValue()
public LocalTime smf30rst()
LocalTime
public long smf30rstRawValue()
public LocalDate smf30rsd()
LocalDate
public int smf30rsdRawValue()
public String smf30rde()
public LocalTime smf30ret()
LocalTime
public long smf30retRawValue()
public LocalDate smf30red()
LocalDate
public int smf30redRawValue()
public String smf30usr()
public String smf30grp()
public String smf30rud()
public String smf30tid()
public String smf30tsn()
public String smf30psn()
public String smf30cl8()
public ZonedDateTime smf30iss()
Use smf30issRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf30issRawValue()
public ZonedDateTime smf30iet()
Use smf30ietRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf30ietRawValue()
public long smf30ssn()
public String smf30exn()
public int smf30asi()
public String smf30cor()
public static IdentificationSection 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.