public final class PerSystemTransmitReceiveEntry extends SmfData
Modifier and Type | Method and Description |
---|---|
static PerSystemTransmitReceiveEntry |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92trrc()
SMF92TRRC value, throws exception if SMF92TRRC overflows 64 bit signed integer.
|
BigInteger |
smf92trrcAsBigInteger()
SMF92TRRC value as a BigInteger.
|
Duration |
smf92trrw()
SMF92TRRW as a Duration.
|
BigInteger |
smf92trrwRawValue()
SMF92TRRW raw value.
|
double |
smf92trrwSeconds()
SMF92TRRW in seconds.
|
String |
smf92trsn()
SMF92TRSN value.
|
long |
smf92trtc()
SMF92TRTC value, throws exception if SMF92TRTC overflows 64 bit signed integer.
|
BigInteger |
smf92trtcAsBigInteger()
SMF92TRTC value as a BigInteger.
|
long |
smf92trtq()
SMF92TRTQ value, throws exception if SMF92TRTQ overflows 64 bit signed integer.
|
BigInteger |
smf92trtqAsBigInteger()
SMF92TRTQ value as a BigInteger.
|
Duration |
smf92trtw()
SMF92TRTW as a Duration.
|
BigInteger |
smf92trtwRawValue()
SMF92TRTW raw value.
|
double |
smf92trtwSeconds()
SMF92TRTW in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long smf92trtc()
IllegalArgumentException
- If the value of SMF92TRTC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TRTC).
Use smf92trtcAsBigInteger()
if this is possible.public BigInteger smf92trtcAsBigInteger()
smf92trtc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92trrc()
IllegalArgumentException
- If the value of SMF92TRRC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TRRC).
Use smf92trrcAsBigInteger()
if this is possible.public BigInteger smf92trrcAsBigInteger()
smf92trrc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92trtq()
IllegalArgumentException
- If the value of SMF92TRTQ exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TRTQ).
Use smf92trtqAsBigInteger()
if this is possible.public BigInteger smf92trtqAsBigInteger()
smf92trtq()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration smf92trtw()
Duration
public double smf92trtwSeconds()
public BigInteger smf92trtwRawValue()
public Duration smf92trrw()
Duration
public double smf92trrwSeconds()
public BigInteger smf92trrwRawValue()
public String smf92trsn()
public static PerSystemTransmitReceiveEntry 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.