public final class PcieHardwareAcceleratorDataSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static PcieHardwareAcceleratorDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r749fdrd()
R749FDRD value, throws exception if R749FDRD overflows 64 bit signed integer.
|
BigInteger |
r749fdrdAsBigInteger()
R749FDRD value as a BigInteger.
|
String |
r749fdsc()
R749FDSC value.
|
long |
r749fdwr()
R749FDWR value, throws exception if R749FDWR overflows 64 bit signed integer.
|
BigInteger |
r749fdwrAsBigInteger()
R749FDWR value as a BigInteger.
|
long |
r749fqfl()
R749FQFL value.
|
long |
r749frqc()
R749FRQC value.
|
long |
r749frqe()
R749FRQE value.
|
BigInteger |
r749fsqe()
R749FSQE value.
|
BigInteger |
r749fsqq()
R749FSQQ value.
|
Duration |
r749ftet()
R749FTET as a Duration.
|
BigInteger |
r749ftetRawValue()
R749FTET raw value.
|
double |
r749ftetSeconds()
R749FTET in seconds.
|
Duration |
r749ftqt()
R749FTQT as a Duration.
|
BigInteger |
r749ftqtRawValue()
R749FTQT raw value.
|
double |
r749ftqtSeconds()
R749FTQT in seconds.
|
long |
r749ftyp()
R749FTYP value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long r749ftyp()
public String r749fdsc()
public long r749frqc()
public long r749frqe()
public long r749fqfl()
public Duration r749ftet()
Duration
public double r749ftetSeconds()
public BigInteger r749ftetRawValue()
public BigInteger r749fsqe()
public Duration r749ftqt()
Duration
public double r749ftqtSeconds()
public BigInteger r749ftqtRawValue()
public BigInteger r749fsqq()
public long r749fdrd()
IllegalArgumentException
- If the value of R749FDRD exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749FDRD).
Use r749fdrdAsBigInteger()
if this is possible.public BigInteger r749fdrdAsBigInteger()
r749fdrd()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749fdwr()
IllegalArgumentException
- If the value of R749FDWR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749FDWR).
Use r749fdwrAsBigInteger()
if this is possible.public BigInteger r749fdwrAsBigInteger()
r749fdwr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static PcieHardwareAcceleratorDataSection 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.