public final class PcieFunctionDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R749ALLO
Constant: 0x80 = 128
|
static int |
R749DEAL
Constant: 0x80 = 128
|
static int |
R749DEPG
Constant: 0x40 = 64
|
static int |
R749GPRE
Constant: 0x10 = 16
|
static int |
R749PERR
Constant: 0x20 = 32
|
static int |
R749PFTV
Constant: 0x40 = 64
|
static int |
R749PNVA
Constant: 0x80 = 128
|
static int |
R749PORI
Constant: 0x20 = 32
|
static int |
R749REAL
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static PcieFunctionDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
r749allo()
Return true if R749ALLO bit in
r749pffl() is set. |
Duration |
r749allt()
R749ALLT as a Duration.
|
long |
r749alltRawValue()
R749ALLT raw value.
|
double |
r749alltSeconds()
R749ALLT in seconds.
|
int |
r749asid()
R749ASID value.
|
ZonedDateTime |
r749atst()
R749ATST STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
r749atstRawValue()
R749ATST STCK value.
|
boolean |
r749deal()
Return true if R749DEAL bit in
r749pff1() is set. |
boolean |
r749depg()
Return true if R749DEPG bit in
r749pffl() is set. |
String |
r749devn()
R749DEVN value.
|
long |
r749devt()
R749DEVT value.
|
int |
r749dman()
R749DMAN value.
|
int |
r749dmao()
R749DMAO value.
|
Duration |
r749errt()
R749ERRT as a Duration.
|
long |
r749errtRawValue()
R749ERRT raw value.
|
double |
r749errtSeconds()
R749ERRT in seconds.
|
int |
r749flag()
R749FLAG value.
|
int |
r749fp1n()
R749FP1N value.
|
int |
r749fp1o()
R749FP1O value.
|
int |
r749fpfn()
R749FPFN value.
|
int |
r749fpfo()
R749FPFO value.
|
boolean |
r749gpre()
Return true if
R749GPRE bit in r749flag() is set. |
String |
r749jobn()
R749JOBN value.
|
int |
r749lkid()
R749LKID value.
|
long |
r749loop()
R749LOOP value, throws exception if R749LOOP overflows 64 bit signed integer.
|
BigInteger |
r749loopAsBigInteger()
R749LOOP value as a BigInteger.
|
String |
r749net1()
R749NET1 value.
|
String |
r749net2()
R749NET2 value.
|
int |
r749pcid()
R749PCID value.
|
boolean |
r749perr()
Return true if R749PERR bit in
r749pffl() is set. |
int |
r749pff1()
R749PFF1 value.
|
int |
r749pffl()
R749PFFL value.
|
long |
r749pfid()
R749PFID value.
|
int |
r749pft()
R749PFT value.
|
boolean |
r749pftv()
Return true if
R749PFTV bit in r749flag() is set. |
boolean |
r749pnva()
Return true if
R749PNVA bit in r749flag() is set. |
boolean |
r749pori()
Return true if
R749PORI bit in r749flag() is set. |
int |
r749port()
R749PORT value.
|
boolean |
r749real()
Return true if R749REAL bit in
r749pff1() is set. |
long |
r749rfop()
R749RFOP value, throws exception if R749RFOP overflows 64 bit signed integer.
|
BigInteger |
r749rfopAsBigInteger()
R749RFOP value as a BigInteger.
|
int |
r749rtdn()
R749RTDN value.
|
int |
r749rtdo()
R749RTDO value.
|
long |
r749sbop()
R749SBOP value, throws exception if R749SBOP overflows 64 bit signed integer.
|
BigInteger |
r749sbopAsBigInteger()
R749SBOP value as a BigInteger.
|
long |
r749scnt()
R749SCNT value.
|
int |
r749sion()
R749SION value.
|
int |
r749sioo()
R749SIOO value.
|
long |
r749stop()
R749STOP value, throws exception if R749STOP overflows 64 bit signed integer.
|
BigInteger |
r749stopAsBigInteger()
R749STOP value as a BigInteger.
|
String |
r749wwnn()
R749WWNN value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R749ALLO
public static final int R749DEPG
public static final int R749PERR
public static final int R749DEAL
public static final int R749REAL
public static final int R749PNVA
public static final int R749PFTV
public static final int R749PORI
public static final int R749GPRE
public long r749pfid()
public int r749pffl()
public boolean r749allo()
r749pffl()
is set.R749ALLO = 0x80
public boolean r749depg()
r749pffl()
is set.R749DEPG = 0x40
public boolean r749perr()
r749pffl()
is set.R749PERR = 0x20
public int r749pff1()
public boolean r749deal()
r749pff1()
is set.R749DEAL = 0x80
public boolean r749real()
r749pff1()
is set.R749REAL = 0x40
public Duration r749errt()
Duration
public double r749errtSeconds()
public long r749errtRawValue()
public long r749devt()
public String r749devn()
public String r749jobn()
public int r749asid()
public int r749pcid()
public ZonedDateTime r749atst()
Use r749atstRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger r749atstRawValue()
public Duration r749allt()
Duration
public double r749alltSeconds()
public long r749alltRawValue()
public long r749scnt()
public long r749loop()
IllegalArgumentException
- If the value of R749LOOP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749LOOP).
Use r749loopAsBigInteger()
if this is possible.public BigInteger r749loopAsBigInteger()
r749loop()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749stop()
IllegalArgumentException
- If the value of R749STOP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749STOP).
Use r749stopAsBigInteger()
if this is possible.public BigInteger r749stopAsBigInteger()
r749stop()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749sbop()
IllegalArgumentException
- If the value of R749SBOP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SBOP).
Use r749sbopAsBigInteger()
if this is possible.public BigInteger r749sbopAsBigInteger()
r749sbop()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749rfop()
IllegalArgumentException
- If the value of R749RFOP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749RFOP).
Use r749rfopAsBigInteger()
if this is possible.public BigInteger r749rfopAsBigInteger()
r749rfop()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int r749dmao()
public int r749dman()
public int r749fpfo()
public int r749fpfn()
public int r749fp1o()
public int r749fp1n()
public int r749flag()
public boolean r749pnva()
R749PNVA
bit in r749flag()
is set.R749PNVA = 0x80
public boolean r749pftv()
R749PFTV
bit in r749flag()
is set.R749PFTV = 0x40
public boolean r749pori()
R749PORI
bit in r749flag()
is set.R749PORI = 0x20
public boolean r749gpre()
R749GPRE
bit in r749flag()
is set.R749GPRE = 0x10
public int r749port()
public int r749pft()
public String r749net1()
public String r749net2()
public String r749wwnn()
public int r749sioo()
public int r749sion()
public int r749rtdo()
public int r749rtdn()
public int r749lkid()
public static PcieFunctionDataSection 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.