public final class WorkManagerResourceManagerStateSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R723RDBE
Constant: 0x80 = 128
|
static int |
R723REXE
Constant: 0x40 = 64
|
static int |
R723RRS1
Constant: 0x3F = 63
|
Modifier and Type | Method and Description |
---|---|
static WorkManagerResourceManagerStateSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r723ract()
R723RACT value.
|
long |
r723rapp()
R723RAPP value.
|
long |
r723rbpm()
R723RBPM value.
|
boolean |
r723rdbe()
Return true if
R723RDBE bit in r723rflg() is set. |
int |
r723rdnn()
R723RDNN value.
|
int |
r723rdnx()
R723RDNX value.
|
long |
r723ress()
R723RESS value.
|
boolean |
r723rexe()
Return true if
R723REXE bit in r723rflg() is set. |
int |
r723rflg()
R723RFLG value.
|
long |
r723ridl()
R723RIDL value.
|
long |
r723rrdy()
R723RRDY value.
|
long |
r723rrs3()
R723RRS3 value, throws exception if R723RRS3 overflows 64 bit signed integer.
|
BigInteger |
r723rrs3AsBigInteger()
R723RRS3 value as a BigInteger.
|
long |
r723rssl()
R723RSSL value.
|
long |
r723rssn()
R723RSSN value.
|
long |
r723rsss()
R723RSSS value.
|
String |
r723rtyp()
R723RTYP value.
|
long |
r723rw01()
R723RW01 value.
|
long |
r723rw02()
R723RW02 value.
|
long |
r723rw03()
R723RW03 value.
|
long |
r723rw04()
R723RW04 value.
|
long |
r723rw05()
R723RW05 value.
|
long |
r723rw06()
R723RW06 value.
|
long |
r723rw07()
R723RW07 value.
|
long |
r723rw08()
R723RW08 value.
|
long |
r723rw09()
R723RW09 value.
|
long |
r723rw10()
R723RW10 value.
|
long |
r723rw11()
R723RW11 value.
|
long |
r723rw12()
R723RW12 value.
|
long |
r723rw13()
R723RW13 value.
|
long |
r723rw14()
R723RW14 value.
|
long |
r723rw15()
R723RW15 value.
|
long |
r723rwco()
R723RWCO value.
|
long |
r723rwds()
R723RWDS value.
|
long |
r723rwio()
R723RWIO value.
|
long |
r723rwlo()
R723RWLO value.
|
long |
r723rwms()
R723RWMS value.
|
long |
r723rwnl()
R723RWNL value.
|
long |
r723rwo()
R723RWO value.
|
long |
r723rwrt()
R723RWRT value.
|
long |
r723rwsl()
R723RWSL value.
|
long |
r723rwsn()
R723RWSN value.
|
long |
r723rwss()
R723RWSS value.
|
long |
r723rwst()
R723RWST value.
|
long |
r723rwtm()
R723RWTM value.
|
long |
r723rwwr()
R723RWWR value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R723RDBE
public static final int R723REXE
public static final int R723RRS1
public String r723rtyp()
public int r723rflg()
public boolean r723rdbe()
R723RDBE
bit in r723rflg()
is set.R723RDBE = 0x80
public boolean r723rexe()
R723REXE
bit in r723rflg()
is set.R723REXE = 0x40
public long r723ress()
public long r723ract()
public long r723rrdy()
public long r723ridl()
public long r723rwlo()
public long r723rwio()
public long r723rwco()
public long r723rwds()
public long r723rwsl()
public long r723rwsn()
public long r723rwss()
public long r723rwtm()
public long r723rwo()
public long r723rwms()
public long r723rssl()
public long r723rsss()
public long r723rssn()
public long r723rwst()
public long r723rwrt()
public long r723rwwr()
public long r723rapp()
public long r723rwnl()
public long r723rw01()
public long r723rw02()
public long r723rw03()
public long r723rw04()
public long r723rw05()
public long r723rw06()
public long r723rw07()
public long r723rw08()
public long r723rw09()
public long r723rw10()
public long r723rw11()
public long r723rw12()
public long r723rw13()
public long r723rw14()
public long r723rw15()
public long r723rbpm()
public int r723rdnx()
public int r723rdnn()
public long r723rrs3()
IllegalArgumentException
- If the value of R723RRS3 exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R723RRS3).
Use r723rrs3AsBigInteger()
if this is possible.public BigInteger r723rrs3AsBigInteger()
r723rrs3()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static WorkManagerResourceManagerStateSection 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.