public final class EventbindingGlobalStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
ECG_VERS
Constant: 0x01 = 1
|
static int |
ECGDS_LENGTH
Constant: 0x48 = 72
|
static int |
ECGIDE
Constant: 0x8C = 140
|
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 |
---|---|
static EventbindingGlobalStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
ecgCaptureOpsFailed()
ECG_CAPTURE_OPS_FAILED value.
|
int |
ecgdsId()
ECGDS_ID value.
|
int |
ecgdsLen()
ECGDS_LEN value.
|
int |
ecgdsVers()
ECGDS_VERS value.
|
long |
ecgEbEventFilterOps()
ECG_EB_EVENT_FILTER_OPS value, throws exception if ECG_EB_EVENT_FILTER_OPS overflows 64 bit signed integer.
|
BigInteger |
ecgEbEventFilterOpsAsBigInteger()
ECG_EB_EVENT_FILTER_OPS value as a BigInteger.
|
long |
ecgEbEventsCaptured()
ECG_EB_EVENTS_CAPTURED value, throws exception if ECG_EB_EVENTS_CAPTURED overflows 64 bit signed integer.
|
BigInteger |
ecgEbEventsCapturedAsBigInteger()
ECG_EB_EVENTS_CAPTURED value as a BigInteger.
|
long |
ecgEbEventsDisabled()
ECG_EB_EVENTS_DISABLED value.
|
long |
ecgFilterOpsFailed()
ECG_FILTER_OPS_FAILED value.
|
long |
ecgSysEventsCaptured()
ECG_SYS_EVENTS_CAPTURED value, throws exception if ECG_SYS_EVENTS_CAPTURED overflows 64 bit signed integer.
|
BigInteger |
ecgSysEventsCapturedAsBigInteger()
ECG_SYS_EVENTS_CAPTURED value as a BigInteger.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int ECGDS_LENGTH
public static final int ECGIDE
public static final int ECG_VERS
public int ecgdsLen()
public int ecgdsId()
public int ecgdsVers()
public long ecgEbEventFilterOps()
IllegalArgumentException
- If the value of ECG_EB_EVENT_FILTER_OPS exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in ECG_EB_EVENT_FILTER_OPS).
Use ecgEbEventFilterOpsAsBigInteger()
if this is possible.public BigInteger ecgEbEventFilterOpsAsBigInteger()
ecgEbEventFilterOps()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long ecgEbEventsCaptured()
IllegalArgumentException
- If the value of ECG_EB_EVENTS_CAPTURED exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in ECG_EB_EVENTS_CAPTURED).
Use ecgEbEventsCapturedAsBigInteger()
if this is possible.public BigInteger ecgEbEventsCapturedAsBigInteger()
ecgEbEventsCaptured()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long ecgEbEventsDisabled()
public long ecgSysEventsCaptured()
IllegalArgumentException
- If the value of ECG_SYS_EVENTS_CAPTURED exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in ECG_SYS_EVENTS_CAPTURED).
Use ecgSysEventsCapturedAsBigInteger()
if this is possible.public BigInteger ecgSysEventsCapturedAsBigInteger()
ecgSysEventsCaptured()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long ecgFilterOpsFailed()
public long ecgCaptureOpsFailed()
public static EventbindingGlobalStatistics 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.