public final class IoQueuingConfigurationDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R783CPI
Constant: 0x80 = 128
|
static int |
R783CPM
Constant: 0x02 = 2
|
static int |
R783CPMR
Constant: 0x01 = 1
|
static int |
R783CPO
Constant: 0x40 = 64
|
static int |
R783CPTD
Constant: 0x20 = 32
|
static int |
R783CPV
Constant: 0x20 = 32
|
static int |
R783CPX2
Constant: 0x40 = 64
|
static int |
R783CPXM
Constant: 0x80 = 128
|
static int |
R783NMCD
Constant: 0x04 = 4
|
static int |
R783VP
Constant: 0x08 = 8
|
static int |
R783VPOF
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static IoQueuingConfigurationDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
Duration |
r783cbt()
R783CBT as a Duration.
|
long |
r783cbtRawValue()
R783CBT raw value.
|
double |
r783cbtSeconds()
R783CBT in seconds.
|
Duration |
r783cmr()
R783CMR as a Duration.
|
long |
r783cmrRawValue()
R783CMR raw value.
|
double |
r783cmrSeconds()
R783CMR in seconds.
|
int |
r783cpat()
R783CPAT value.
|
boolean |
r783cpi()
Return true if
R783CPI bit in r783cpst() is set. |
int |
r783cpid()
R783CPID value.
|
boolean |
r783cpm()
Return true if
R783CPM bit in r783cpst() is set. |
boolean |
r783cpmr()
Return true if
R783CPMR bit in r783cpst() is set. |
boolean |
r783cpo()
Return true if
R783CPO bit in r783cpst() is set. |
String |
r783cpsd()
R783CPSD value.
|
int |
r783cpst()
R783CPST value.
|
boolean |
r783cptd()
Return true if
R783CPTD bit in r783cpxf() is set. |
boolean |
r783cpv()
Return true if
R783CPV bit in r783cpst() is set. |
boolean |
r783cpx2()
Return true if
R783CPX2 bit in r783cpxf() is set. |
int |
r783cpxf()
R783CPXF value.
|
boolean |
r783cpxm()
Return true if
R783CPXM bit in r783cpxf() is set. |
long |
r783ctmw()
R783CTMW value.
|
long |
r783ctrd()
R783CTRD value.
|
int |
r783cu1()
R783CU1 value.
|
int |
r783cu2()
R783CU2 value.
|
int |
r783cu3()
R783CU3 value.
|
int |
r783cu4()
R783CU4 value.
|
long |
r783cub()
R783CUB value.
|
int |
r783cun()
R783CUN value.
|
long |
r783dpb()
R783DPB value.
|
boolean |
r783nmcd()
Return true if
R783NMCD bit in r783cpst() is set. |
long |
r783pt()
R783PT value.
|
long |
r783sbs()
R783SBS value.
|
boolean |
r783vp()
Return true if
R783VP bit in r783cpst() is set. |
boolean |
r783vpof()
Return true if
R783VPOF bit in r783cpst() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R783CPI
public static final int R783CPO
public static final int R783CPV
public static final int R783VPOF
public static final int R783VP
public static final int R783NMCD
public static final int R783CPM
public static final int R783CPMR
public static final int R783CPXM
public static final int R783CPX2
public static final int R783CPTD
public String r783cpsd()
public int r783cpid()
public int r783cpst()
public boolean r783cpi()
R783CPI
bit in r783cpst()
is set.R783CPI = 0x80
public boolean r783cpo()
R783CPO
bit in r783cpst()
is set.R783CPO = 0x40
public boolean r783cpv()
R783CPV
bit in r783cpst()
is set.R783CPV = 0x20
public boolean r783vpof()
R783VPOF
bit in r783cpst()
is set.R783VPOF = 0x10
public boolean r783vp()
R783VP
bit in r783cpst()
is set.R783VP = 0x08
public boolean r783nmcd()
R783NMCD
bit in r783cpst()
is set.R783NMCD = 0x04
public boolean r783cpm()
R783CPM
bit in r783cpst()
is set.R783CPM = 0x02
public boolean r783cpmr()
R783CPMR
bit in r783cpst()
is set.R783CPMR = 0x01
public int r783cun()
public int r783cu1()
public int r783cu2()
public int r783cu3()
public int r783cu4()
public long r783cub()
public long r783pt()
public long r783dpb()
public Duration r783cbt()
Duration
public double r783cbtSeconds()
public long r783cbtRawValue()
public Duration r783cmr()
Duration
public double r783cmrSeconds()
public long r783cmrRawValue()
public long r783sbs()
public int r783cpxf()
public boolean r783cpxm()
R783CPXM
bit in r783cpxf()
is set.R783CPXM = 0x80
public boolean r783cpx2()
R783CPX2
bit in r783cpxf()
is set.R783CPX2 = 0x40
public boolean r783cptd()
R783CPTD
bit in r783cpxf()
is set.R783CPTD = 0x20
public int r783cpat()
public long r783ctmw()
public long r783ctrd()
public static IoQueuingConfigurationDataSection 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.