public final class PcieDmaDataSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static PcieDmaDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r749dbyr()
R749DBYR value, throws exception if R749DBYR overflows 64 bit signed integer.
|
BigInteger |
r749dbyrAsBigInteger()
R749DBYR value as a BigInteger.
|
long |
r749dbyt()
R749DBYT value, throws exception if R749DBYT overflows 64 bit signed integer.
|
BigInteger |
r749dbytAsBigInteger()
R749DBYT value as a BigInteger.
|
long |
r749dbyx()
R749DBYX value, throws exception if R749DBYX overflows 64 bit signed integer.
|
BigInteger |
r749dbyxAsBigInteger()
R749DBYX value as a BigInteger.
|
int |
r749dfmt()
R749DFMT value.
|
long |
r749dmar()
R749DMAR value, throws exception if R749DMAR overflows 64 bit signed integer.
|
BigInteger |
r749dmarAsBigInteger()
R749DMAR value as a BigInteger.
|
long |
r749dmaw()
R749DMAW value, throws exception if R749DMAW overflows 64 bit signed integer.
|
BigInteger |
r749dmawAsBigInteger()
R749DMAW value as a BigInteger.
|
long |
r749dpkr()
R749DPKR value, throws exception if R749DPKR overflows 64 bit signed integer.
|
BigInteger |
r749dpkrAsBigInteger()
R749DPKR value as a BigInteger.
|
long |
r749dpkt()
R749DPKT value, throws exception if R749DPKT overflows 64 bit signed integer.
|
BigInteger |
r749dpktAsBigInteger()
R749DPKT value as a BigInteger.
|
long |
r749dwum()
R749DWUM value, throws exception if R749DWUM overflows 64 bit signed integer.
|
BigInteger |
r749dwumAsBigInteger()
R749DWUM value as a BigInteger.
|
long |
r749dwup()
R749DWUP value, throws exception if R749DWUP overflows 64 bit signed integer.
|
BigInteger |
r749dwupAsBigInteger()
R749DWUP value as a BigInteger.
|
long |
r749slrc()
R749SLRC value, throws exception if R749SLRC overflows 64 bit signed integer.
|
BigInteger |
r749slrcAsBigInteger()
R749SLRC value as a BigInteger.
|
long |
r749slrf()
R749SLRF value, throws exception if R749SLRF overflows 64 bit signed integer.
|
BigInteger |
r749slrfAsBigInteger()
R749SLRF value as a BigInteger.
|
long |
r749srbc()
R749SRBC value, throws exception if R749SRBC overflows 64 bit signed integer.
|
BigInteger |
r749srbcAsBigInteger()
R749SRBC value as a BigInteger.
|
long |
r749srbf()
R749SRBF value, throws exception if R749SRBF overflows 64 bit signed integer.
|
BigInteger |
r749srbfAsBigInteger()
R749SRBF value as a BigInteger.
|
long |
r749srrc()
R749SRRC value, throws exception if R749SRRC overflows 64 bit signed integer.
|
BigInteger |
r749srrcAsBigInteger()
R749SRRC value as a BigInteger.
|
long |
r749srrf()
R749SRRF value, throws exception if R749SRRF overflows 64 bit signed integer.
|
BigInteger |
r749srrfAsBigInteger()
R749SRRF value as a BigInteger.
|
long |
r749ssrc()
R749SSRC value, throws exception if R749SSRC overflows 64 bit signed integer.
|
BigInteger |
r749ssrcAsBigInteger()
R749SSRC value as a BigInteger.
|
long |
r749ssrf()
R749SSRF value, throws exception if R749SSRF overflows 64 bit signed integer.
|
BigInteger |
r749ssrfAsBigInteger()
R749SSRF value as a BigInteger.
|
Duration |
r749stpc()
R749STPC as a Duration.
|
BigInteger |
r749stpcRawValue()
R749STPC raw value.
|
double |
r749stpcSeconds()
R749STPC in seconds.
|
Duration |
r749stpf()
R749STPF as a Duration.
|
BigInteger |
r749stpfRawValue()
R749STPF raw value.
|
double |
r749stpfSeconds()
R749STPF in seconds.
|
long |
r749swbc()
R749SWBC value, throws exception if R749SWBC overflows 64 bit signed integer.
|
BigInteger |
r749swbcAsBigInteger()
R749SWBC value as a BigInteger.
|
long |
r749swbf()
R749SWBF value, throws exception if R749SWBF overflows 64 bit signed integer.
|
BigInteger |
r749swbfAsBigInteger()
R749SWBF value as a BigInteger.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long r749dmar()
IllegalArgumentException
- If the value of R749DMAR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749DMAR).
Use r749dmarAsBigInteger()
if this is possible.public BigInteger r749dmarAsBigInteger()
r749dmar()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749dwup()
IllegalArgumentException
- If the value of R749DWUP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749DWUP).
Use r749dwupAsBigInteger()
if this is possible.public BigInteger r749dwupAsBigInteger()
r749dwup()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749srbf()
IllegalArgumentException
- If the value of R749SRBF exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SRBF).
Use r749srbfAsBigInteger()
if this is possible.public BigInteger r749srbfAsBigInteger()
r749srbf()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749dbyr()
IllegalArgumentException
- If the value of R749DBYR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749DBYR).
Use r749dbyrAsBigInteger()
if this is possible.public BigInteger r749dbyrAsBigInteger()
r749dbyr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749dmaw()
IllegalArgumentException
- If the value of R749DMAW exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749DMAW).
Use r749dmawAsBigInteger()
if this is possible.public BigInteger r749dmawAsBigInteger()
r749dmaw()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749dwum()
IllegalArgumentException
- If the value of R749DWUM exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749DWUM).
Use r749dwumAsBigInteger()
if this is possible.public BigInteger r749dwumAsBigInteger()
r749dwum()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749dbyx()
IllegalArgumentException
- If the value of R749DBYX exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749DBYX).
Use r749dbyxAsBigInteger()
if this is possible.public BigInteger r749dbyxAsBigInteger()
r749dbyx()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749swbf()
IllegalArgumentException
- If the value of R749SWBF exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SWBF).
Use r749swbfAsBigInteger()
if this is possible.public BigInteger r749swbfAsBigInteger()
r749swbf()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749dbyt()
IllegalArgumentException
- If the value of R749DBYT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749DBYT).
Use r749dbytAsBigInteger()
if this is possible.public BigInteger r749dbytAsBigInteger()
r749dbyt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int r749dfmt()
public long r749ssrf()
IllegalArgumentException
- If the value of R749SSRF exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SSRF).
Use r749ssrfAsBigInteger()
if this is possible.public BigInteger r749ssrfAsBigInteger()
r749ssrf()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749dpkr()
IllegalArgumentException
- If the value of R749DPKR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749DPKR).
Use r749dpkrAsBigInteger()
if this is possible.public BigInteger r749dpkrAsBigInteger()
r749dpkr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749slrf()
IllegalArgumentException
- If the value of R749SLRF exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SLRF).
Use r749slrfAsBigInteger()
if this is possible.public BigInteger r749slrfAsBigInteger()
r749slrf()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749dpkt()
IllegalArgumentException
- If the value of R749DPKT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749DPKT).
Use r749dpktAsBigInteger()
if this is possible.public BigInteger r749dpktAsBigInteger()
r749dpkt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749srrf()
IllegalArgumentException
- If the value of R749SRRF exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SRRF).
Use r749srrfAsBigInteger()
if this is possible.public BigInteger r749srrfAsBigInteger()
r749srrf()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r749stpf()
Duration
public double r749stpfSeconds()
public BigInteger r749stpfRawValue()
public long r749srbc()
IllegalArgumentException
- If the value of R749SRBC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SRBC).
Use r749srbcAsBigInteger()
if this is possible.public BigInteger r749srbcAsBigInteger()
r749srbc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749swbc()
IllegalArgumentException
- If the value of R749SWBC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SWBC).
Use r749swbcAsBigInteger()
if this is possible.public BigInteger r749swbcAsBigInteger()
r749swbc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749ssrc()
IllegalArgumentException
- If the value of R749SSRC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SSRC).
Use r749ssrcAsBigInteger()
if this is possible.public BigInteger r749ssrcAsBigInteger()
r749ssrc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749slrc()
IllegalArgumentException
- If the value of R749SLRC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SLRC).
Use r749slrcAsBigInteger()
if this is possible.public BigInteger r749slrcAsBigInteger()
r749slrc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r749srrc()
IllegalArgumentException
- If the value of R749SRRC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R749SRRC).
Use r749srrcAsBigInteger()
if this is possible.public BigInteger r749srrcAsBigInteger()
r749srrc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r749stpc()
Duration
public double r749stpcSeconds()
public BigInteger r749stpcRawValue()
public static PcieDmaDataSection 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.