public final class GrsLatchTypeData extends SmfData
Modifier and Type | Method and Description |
---|---|
static GrsLatchTypeData |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
r725laas()
R725LAAS value.
|
String |
r725lajn()
R725LAJN value.
|
BigInteger |
r725laky()
R725LAKY value.
|
String |
r725lasn()
R725LASN value.
|
int |
r725lasp()
R725LASP value.
|
BigInteger |
r725lasq()
R725LASQ value.
|
long |
r725last()
R725LAST value.
|
long |
r725lasu()
R725LASU value, throws exception if R725LASU overflows 64 bit signed integer.
|
BigInteger |
r725lasuAsBigInteger()
R725LASU value as a BigInteger.
|
Duration |
r725lati()
R725LATI as a Duration.
|
BigInteger |
r725latiRawValue()
R725LATI raw value.
|
double |
r725latiSeconds()
R725LATI in seconds.
|
int |
r725laty()
R725LATY value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public BigInteger r725laky()
public String r725lajn()
public int r725lasp()
public int r725laas()
public long r725last()
public String r725lasn()
public int r725laty()
public long r725lasu()
IllegalArgumentException
- If the value of R725LASU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725LASU).
Use r725lasuAsBigInteger()
if this is possible.public BigInteger r725lasuAsBigInteger()
r725lasu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r725lati()
Duration
public double r725latiSeconds()
public BigInteger r725latiRawValue()
public BigInteger r725lasq()
public static GrsLatchTypeData 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.