public final class CapturespecResourceStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
ECC_PTYPE_POSTCOMMAND
Constant: 0x02 = 2
|
static int |
ECC_PTYPE_PRECOMMAND
Constant: 0x01 = 1
|
static int |
ECC_PTYPE_PROGRAMINIT
Constant: 0x03 = 3
|
static int |
ECC_PTYPE_SYSTEM
Constant: 0x04 = 4
|
static int |
ECC_VERS
Constant: 0x01 = 1
|
static int |
ECCDS_LENGTH
Constant: 0x9C = 156
|
static int |
ECCIDE
Constant: 0x8F = 143
|
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 CapturespecResourceStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
eccCaptureFailures()
ECC_CAPTURE_FAILURES value.
|
String |
eccCapturePoint()
ECC_CAPTURE_POINT value.
|
int |
eccCapturePointType()
ECC_CAPTURE_POINT_TYPE value.
|
String |
eccCapturespecName()
ECC_CAPTURESPEC_NAME value.
|
int |
eccdsId()
ECCDS_ID value.
|
int |
eccdsLen()
ECCDS_LEN value.
|
String |
eccEventbindingName()
ECC_EVENTBINDING_NAME value.
|
String |
eccEventName()
ECC_EVENT_NAME value.
|
long |
eccEventsCaptured()
ECC_EVENTS_CAPTURED value, throws exception if ECC_EVENTS_CAPTURED overflows 64 bit signed integer.
|
BigInteger |
eccEventsCapturedAsBigInteger()
ECC_EVENTS_CAPTURED value as a BigInteger.
|
boolean |
eccPtypePostcommand()
Return true if
eccCapturePointType() equals ECC_PTYPE_POSTCOMMAND . |
boolean |
eccPtypePrecommand()
Return true if
eccCapturePointType() equals ECC_PTYPE_PRECOMMAND . |
boolean |
eccPtypePrograminit()
Return true if
eccCapturePointType() equals ECC_PTYPE_PROGRAMINIT . |
boolean |
eccPtypeSystem()
Return true if
eccCapturePointType() equals ECC_PTYPE_SYSTEM . |
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int ECCDS_LENGTH
public static final int ECCIDE
public static final int ECC_VERS
public static final int ECC_PTYPE_PRECOMMAND
public static final int ECC_PTYPE_POSTCOMMAND
public static final int ECC_PTYPE_PROGRAMINIT
public static final int ECC_PTYPE_SYSTEM
public int eccdsLen()
public int eccdsId()
public String eccEventbindingName()
public String eccCapturespecName()
public int eccCapturePointType()
public String eccCapturePoint()
public String eccEventName()
public long eccEventsCaptured()
IllegalArgumentException
- If the value of ECC_EVENTS_CAPTURED exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in ECC_EVENTS_CAPTURED).
Use eccEventsCapturedAsBigInteger()
if this is possible.public BigInteger eccEventsCapturedAsBigInteger()
eccEventsCaptured()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long eccCaptureFailures()
public boolean eccPtypePrecommand()
eccCapturePointType()
equals ECC_PTYPE_PRECOMMAND
.eccCapturePointType()
equals ECC_PTYPE_PRECOMMAND
ECC_PTYPE_PRECOMMAND = 0x01
public boolean eccPtypePostcommand()
eccCapturePointType()
equals ECC_PTYPE_POSTCOMMAND
.eccCapturePointType()
equals ECC_PTYPE_POSTCOMMAND
ECC_PTYPE_POSTCOMMAND = 0x02
public boolean eccPtypePrograminit()
eccCapturePointType()
equals ECC_PTYPE_PROGRAMINIT
.eccCapturePointType()
equals ECC_PTYPE_PROGRAMINIT
ECC_PTYPE_PROGRAMINIT = 0x03
public boolean eccPtypeSystem()
eccCapturePointType()
equals ECC_PTYPE_SYSTEM
.eccCapturePointType()
equals ECC_PTYPE_SYSTEM
ECC_PTYPE_SYSTEM = 0x04
public static CapturespecResourceStatistics 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.