public final class IoActivitySection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF30IIN
Constant: 0x40 = 64
|
static int |
SMF30MFL
Constant: 0x80 = 128
|
static int |
SMF30TEF
Constant: 0x20 = 32
|
Modifier and Type | Method and Description |
---|---|
static IoActivitySection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
Duration |
smf30aic()
SMF30AIC as a Duration.
|
long |
smf30aicRawValue()
SMF30AIC raw value.
|
double |
smf30aicSeconds()
SMF30AIC in seconds.
|
Duration |
smf30aid()
SMF30AID as a Duration.
|
long |
smf30aidRawValue()
SMF30AID raw value.
|
double |
smf30aidSeconds()
SMF30AID in seconds.
|
long |
smf30ais()
SMF30AIS value.
|
Duration |
smf30aiw()
SMF30AIW as a Duration.
|
long |
smf30aiwRawValue()
SMF30AIW raw value.
|
double |
smf30aiwSeconds()
SMF30AIW in seconds.
|
long |
smf30das()
SMF30DAS value.
|
int |
smf30dcf()
SMF30DCF value.
|
Duration |
smf30eic()
SMF30EIC as a Duration.
|
long |
smf30eicRawValue()
SMF30EIC raw value.
|
double |
smf30eicSeconds()
SMF30EIC in seconds.
|
Duration |
smf30eid()
SMF30EID as a Duration.
|
long |
smf30eidRawValue()
SMF30EID raw value.
|
double |
smf30eidSeconds()
SMF30EID in seconds.
|
long |
smf30eis()
SMF30EIS value.
|
Duration |
smf30eiw()
SMF30EIW as a Duration.
|
long |
smf30eiwRawValue()
SMF30EIW raw value.
|
double |
smf30eiwSeconds()
SMF30EIW in seconds.
|
boolean |
smf30iin()
Return true if
SMF30IIN bit in smf30dcf() is set. |
long |
smf30inp()
SMF30INP value.
|
boolean |
smf30mfl()
Return true if
SMF30MFL bit in smf30dcf() is set. |
String |
smf30rdr()
SMF30RDR value.
|
String |
smf30rdt()
SMF30RDT value.
|
String |
smf30rs2()
SMF30RS2 value.
|
int |
smf30rsb()
SMF30RSB value.
|
Duration |
smf30tcn()
SMF30TCN as a Duration.
|
long |
smf30tcnRawValue()
SMF30TCN raw value.
|
double |
smf30tcnSeconds()
SMF30TCN in seconds.
|
boolean |
smf30tef()
Return true if
SMF30TEF bit in smf30dcf() is set. |
long |
smf30tep()
SMF30TEP value.
|
long |
smf30tex()
SMF30TEX value, throws exception if SMF30TEX overflows 64 bit signed integer.
|
BigInteger |
smf30texAsBigInteger()
SMF30TEX value as a BigInteger.
|
long |
smf30tgt()
SMF30TGT value.
|
long |
smf30tpt()
SMF30TPT value.
|
long |
smf30trr()
SMF30TRR value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF30MFL
public static final int SMF30IIN
public static final int SMF30TEF
public long smf30inp()
public long smf30tep()
public long smf30tpt()
public long smf30tgt()
public String smf30rdr()
public String smf30rdt()
public Duration smf30tcn()
Duration
public double smf30tcnSeconds()
public long smf30tcnRawValue()
public int smf30dcf()
public boolean smf30mfl()
SMF30MFL
bit in smf30dcf()
is set.SMF30MFL = 0x80
public boolean smf30iin()
SMF30IIN
bit in smf30dcf()
is set.SMF30IIN = 0x40
public boolean smf30tef()
SMF30TEF
bit in smf30dcf()
is set.SMF30TEF = 0x20
public String smf30rs2()
public int smf30rsb()
public long smf30trr()
public Duration smf30aic()
Duration
public double smf30aicSeconds()
public long smf30aicRawValue()
public Duration smf30aid()
Duration
public double smf30aidSeconds()
public long smf30aidRawValue()
public Duration smf30aiw()
Duration
public double smf30aiwSeconds()
public long smf30aiwRawValue()
public long smf30ais()
public Duration smf30eic()
Duration
public double smf30eicSeconds()
public long smf30eicRawValue()
public Duration smf30eid()
Duration
public double smf30eidSeconds()
public long smf30eidRawValue()
public Duration smf30eiw()
Duration
public double smf30eiwSeconds()
public long smf30eiwRawValue()
public long smf30eis()
public long smf30tex()
IllegalArgumentException
- If the value of SMF30TEX exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF30TEX).
Use smf30texAsBigInteger()
if this is possible.public BigInteger smf30texAsBigInteger()
smf30tex()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf30das()
public static IoActivitySection 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.