public final class CfTableStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
S7CLEN
Constant: 0x54 = 84
|
static int |
S7IDE
Constant: 0x7F = 127
|
static int |
S7VERS
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 |
---|---|
static CfTableStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
s7dvers()
S7DVERS value.
|
int |
s7id()
S7ID value.
|
int |
s7len()
S7LEN value.
|
long |
s7occlos()
S7OCCLOS value.
|
long |
s7ocdele()
S7OCDELE value.
|
long |
s7ocopen()
S7OCOPEN value.
|
long |
s7ocset()
S7OCSET value.
|
long |
s7ocstat()
S7OCSTAT value.
|
long |
s7rqdele()
S7RQDELE value.
|
long |
s7rqdelm()
S7RQDELM value.
|
long |
s7rqhigh()
S7RQHIGH value.
|
long |
s7rqload()
S7RQLOAD value.
|
long |
s7rqpoin()
S7RQPOIN value.
|
long |
s7rqrddl()
S7RQRDDL value.
|
long |
s7rqread()
S7RQREAD value.
|
long |
s7rqrewr()
S7RQREWR value.
|
long |
s7rqunlk()
S7RQUNLK value.
|
long |
s7rqwrit()
S7RQWRIT value.
|
String |
s7table()
S7TABLE value.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int S7IDE
public static final int S7VERS
public static final int S7CLEN
public int s7len()
public int s7id()
public int s7dvers()
public String s7table()
public long s7ocopen()
public long s7occlos()
public long s7ocset()
public long s7ocdele()
public long s7ocstat()
public long s7rqpoin()
public long s7rqhigh()
public long s7rqread()
public long s7rqrddl()
public long s7rqunlk()
public long s7rqload()
public long s7rqwrit()
public long s7rqrewr()
public long s7rqdele()
public long s7rqdelm()
public static CfTableStatistics 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.