public final class CfRemoteFacilityDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R744RADI
Constant: 0x40 = 64
|
static int |
R744RCEI
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static CfRemoteFacilityDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
r744radi()
Return true if
R744RADI bit in r744rflg() is set. |
long |
r744ramc()
R744RAMC value.
|
long |
r744ramns()
R744RAMNS value.
|
long |
r744rampb()
R744RAMPB value.
|
long |
r744ramsq()
R744RAMSQ value, throws exception if R744RAMSQ overflows 64 bit signed integer.
|
BigInteger |
r744ramsqAsBigInteger()
R744RAMSQ value as a BigInteger.
|
Duration |
r744ramst()
R744RAMST as a Duration.
|
BigInteger |
r744ramstRawValue()
R744RAMST raw value.
|
double |
r744ramstSeconds()
R744RAMST in seconds.
|
boolean |
r744rcei()
Return true if
R744RCEI bit in r744rflg() is set. |
int |
r744rcpi()
R744RCPI value.
|
int |
r744rcpn()
R744RCPN value.
|
long |
r744rdsc()
R744RDSC value.
|
int |
r744rflg()
R744RFLG value.
|
long |
r744rhes()
R744RHES value.
|
int |
r744ridp()
R744RIDP value.
|
String |
r744rids()
R744RIDS value.
|
String |
r744rnam()
R744RNAM value.
|
String |
r744rnde()
R744RNDE value.
|
int |
r744rpgs()
R744RPGS value.
|
long |
r744rrcs()
R744RRCS value.
|
long |
r744rres()
R744RRES value.
|
long |
r744rrsa()
R744RRSA value.
|
long |
r744rrss()
R744RRSS value.
|
byte[] |
r744rsap()
R744RSAP data.
|
long |
r744rsc()
R744RSC value.
|
Duration |
r744rsdt()
R744RSDT as a Duration.
|
long |
r744rsdtRawValue()
R744RSDT raw value.
|
double |
r744rsdtSeconds()
R744RSDT in seconds.
|
int |
r744rsgs()
R744RSGS value.
|
byte[] |
r744rsid()
R744RSID data.
|
long |
r744rsrs()
R744RSRS value.
|
long |
r744rssd()
R744RSSD value, throws exception if R744RSSD overflows 64 bit signed integer.
|
BigInteger |
r744rssdAsBigInteger()
R744RSSD value as a BigInteger.
|
Duration |
r744rsse()
R744RSSE as a Duration.
|
BigInteger |
r744rsseRawValue()
R744RSSE raw value.
|
double |
r744rsseSeconds()
R744RSSE in seconds.
|
long |
r744rsss()
R744RSSS value, throws exception if R744RSSS overflows 64 bit signed integer.
|
BigInteger |
r744rsssAsBigInteger()
R744RSSS value as a BigInteger.
|
long |
r744rsst()
R744RSST value.
|
String |
r744rsys()
R744RSYS value.
|
String |
r744rtap()
R744RTAP value.
|
String |
r744rtas()
R744RTAS value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R744RCEI
public static final int R744RADI
public String r744rnde()
public String r744rsys()
public String r744rnam()
public int r744rpgs()
public int r744rflg()
public boolean r744rcei()
R744RCEI
bit in r744rflg()
is set.R744RCEI = 0x80
public boolean r744radi()
R744RADI
bit in r744rflg()
is set.R744RADI = 0x40
public long r744rres()
public long r744rrcs()
public long r744rhes()
public long r744rrss()
public long r744rrsa()
public long r744rsst()
public long r744rsss()
IllegalArgumentException
- If the value of R744RSSS exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R744RSSS).
Use r744rsssAsBigInteger()
if this is possible.public BigInteger r744rsssAsBigInteger()
r744rsss()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r744rdsc()
public Duration r744rsdt()
Duration
public double r744rsdtSeconds()
public long r744rsdtRawValue()
public long r744rssd()
IllegalArgumentException
- If the value of R744RSSD exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R744RSSD).
Use r744rssdAsBigInteger()
if this is possible.public BigInteger r744rssdAsBigInteger()
r744rssd()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r744rsrs()
public String r744rtas()
public String r744rtap()
public Duration r744rsse()
Duration
public double r744rsseSeconds()
public BigInteger r744rsseRawValue()
public String r744rids()
public int r744ridp()
public int r744rcpi()
public int r744rcpn()
public int r744rsgs()
public byte[] r744rsap()
public byte[] r744rsid()
public long r744rsc()
public long r744ramc()
public Duration r744ramst()
Duration
public double r744ramstSeconds()
public BigInteger r744ramstRawValue()
public long r744ramsq()
IllegalArgumentException
- If the value of R744RAMSQ exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R744RAMSQ).
Use r744ramsqAsBigInteger()
if this is possible.public BigInteger r744ramsqAsBigInteger()
r744ramsq()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r744rampb()
public long r744ramns()
public static CfRemoteFacilityDataSection 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.