public final class TerminalStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
A06CLEN
Constant: 0x6C = 108
|
static int |
A06IDL
Constant: 0x52 = 82
|
static int |
A06IDR
Constant: 0x22 = 34
|
static int |
A06VERS
Constant: 0x01 = 1
|
STIASG, STIAUTO, STICLEN, STICONMR, STICONSR, STICONSS, STID2G, STID2R, STIDBUSS, STIDHD, STIDS, STIDSR, STIDST, STIECC, STIECG, STIECR, STIEND, STIEPG, STIEPR, STIFCR, STIFEPIC, STIFEPIP, STIFEPIT, STIISR, STILDB, STILDG, STILDP, STILDR, STILDY, STILGG, STILGR, STILGS, STILSRFR, STILSRR, STIM, STIMLR, STIMNR, STIMPR, STIMQG, STIMQR, STINDJ, STINQG, STIPAUTO, STIPGD, STIPGE, STIPGP, STIPGR, STIPIR, STIPIW, STIRLR, STIRMG, STISDG, STISDR, STISECUR, STISJG, STISJR, STISJS, STISMD, STISMDSA, STISMT, STISOG, STISOR, STIST, STITCR, STITDG, STITDQG, STITDQR, STITDR, STITM, STITSQ, STIUSG, STIVT, STIW2R, STIWBG, STIWBR, STIXMC, STIXMG, STIXMR
Modifier and Type | Method and Description |
---|---|
long |
a06csvc()
A06CSVC value.
|
int |
a06dvers()
A06DVERS value.
|
int |
a06eamib()
A06EAMIB value.
|
ZonedDateTime |
a06goftm()
A06GOFTM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
a06goftmRawValue()
A06GOFTM STCK value.
|
ZonedDateTime |
a06gontm()
A06GONTM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
a06gontmRawValue()
A06GONTM STCK value.
|
int |
a06id()
A06ID value.
|
boolean |
a06idl()
|
boolean |
a06idr()
|
int |
a06len()
A06LEN value.
|
int |
a06lenp()
A06LENP value.
|
String |
a06lunam()
A06LUNAM value.
|
int |
a06mcnt()
A06MCNT value.
|
LocalDateTime |
a06offtm()
A06OFFTM STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
a06offtmRawValue()
A06OFFTM STCK value.
|
LocalDateTime |
a06ontm()
A06ONTM STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
a06ontmRawValue()
A06ONTM STCK value.
|
String |
a06prty()
A06PRTY value.
|
long |
a06scnt()
A06SCNT value.
|
long |
a06stg()
A06STG value.
|
String |
a06sysid()
A06SYSID value.
|
long |
a06tcnt()
A06TCNT value.
|
long |
a06teni()
A06TENI value.
|
long |
a06teno()
A06TENO value.
|
long |
a06teoe()
A06TEOE value.
|
long |
a06teot()
A06TEOT value.
|
long |
a06tete()
A06TETE value.
|
String |
a06teti()
A06TETI value.
|
int |
a06tett()
A06TETT value.
|
static TerminalStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int A06IDR
public static final int A06IDL
public static final int A06VERS
public static final int A06CLEN
public int a06len()
public boolean a06idr()
a06id()
equals A06IDR
A06IDR = 0x22
public boolean a06idl()
a06id()
equals A06IDL
A06IDL = 0x52
public int a06id()
public int a06dvers()
public String a06teti()
public int a06tett()
public int a06eamib()
public int a06lenp()
public long a06teni()
public long a06teno()
public long a06teot()
public long a06csvc()
public long a06tete()
public long a06teoe()
public long a06tcnt()
public long a06scnt()
public int a06mcnt()
public String a06lunam()
public String a06prty()
public long a06stg()
public String a06sysid()
public LocalDateTime a06ontm()
Use a06ontmRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger a06ontmRawValue()
public LocalDateTime a06offtm()
Use a06offtmRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger a06offtmRawValue()
public ZonedDateTime a06gontm()
Use a06gontmRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger a06gontmRawValue()
public ZonedDateTime a06goftm()
Use a06goftmRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger a06goftmRawValue()
public static TerminalStatistics 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 © 2021 Black Hill Software Pty Ltd. All rights reserved.