public final class CfLocalCouplingFacilityDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R744FADI
Constant: 0x40 = 64
|
static int |
R744FCEI
Constant: 0x80 = 128
|
static int |
R744FCHO
Constant: 0x80 = 128
|
static int |
R744FDYD
Constant: 0x10 = 16
|
static int |
R744FPEC
Constant: 0x20 = 32
|
static int |
R744FTHN
Constant: 0x08 = 8
|
Modifier and Type | Method and Description |
---|---|
static CfLocalCouplingFacilityDataSection |
create(byte[] Data,
int offset,
int length,
int smf74mfv,
int smf74srl)
create is intended for internal use only.
|
boolean |
r744fadi()
Return true if
R744FADI bit in r744fflg() is set. |
double |
r744fail()
R744FAIL value.
|
int |
r744famv()
R744FAMV value.
|
boolean |
r744fcei()
Return true if
R744FCEI bit in r744fflg() is set. |
boolean |
r744fcho()
Return true if
R744FCHO bit in r744fflc() is set. |
int |
r744fcpi()
R744FCPI value.
|
int |
r744fcpn()
R744FCPN value.
|
long |
r744fcsq()
R744FCSQ value, throws exception if R744FCSQ overflows 64 bit signed integer.
|
BigInteger |
r744fcsqAsBigInteger()
R744FCSQ value as a BigInteger.
|
Duration |
r744fctm()
R744FCTM as a Duration.
|
BigInteger |
r744fctmRawValue()
R744FCTM raw value.
|
double |
r744fctmSeconds()
R744FCTM in seconds.
|
boolean |
r744fdyd()
Return true if
R744FDYD bit in r744fflg() is set. |
int |
r744fflc()
R744FFLC value.
|
int |
r744fflg()
R744FFLG value.
|
int |
r744fidp()
R744FIDP value.
|
String |
r744fids()
R744FIDS value.
|
int |
r744flpn()
R744FLPN value.
|
long |
r744flvl()
R744FLVL value.
|
String |
r744fmod()
R744FMOD value.
|
String |
r744fmpc()
R744FMPC value.
|
String |
r744fnam()
R744FNAM value.
|
long |
r744fpam()
R744FPAM value.
|
int |
r744fpas()
R744FPAS value.
|
double |
r744fpbc()
R744FPBC value.
|
int |
r744fpcm()
R744FPCM value.
|
int |
r744fpdn()
R744FPDN value.
|
boolean |
r744fpec()
Return true if
R744FPEC bit in r744fflg() is set. |
int |
r744fpis()
R744FPIS value.
|
int |
r744fpsn()
R744FPSN value.
|
double |
r744fscc()
R744FSCC value.
|
long |
r744fscg()
R744FSCG value.
|
long |
r744fscl()
R744FSCL value.
|
long |
r744fscu()
R744FSCU value.
|
String |
r744fseq()
R744FSEQ value.
|
long |
r744fsqu()
R744FSQU value, throws exception if R744FSQU overflows 64 bit signed integer.
|
BigInteger |
r744fsquAsBigInteger()
R744FSQU value as a BigInteger.
|
String |
r744fsys()
R744FSYS value.
|
String |
r744ftap()
R744FTAP value.
|
String |
r744ftas()
R744FTAS value.
|
boolean |
r744fthn()
Return true if
R744FTHN bit in r744fflg() is set. |
Duration |
r744ftim()
R744FTIM as a Duration.
|
BigInteger |
r744ftimRawValue()
R744FTIM raw value.
|
double |
r744ftimSeconds()
R744FTIM in seconds.
|
double |
r744ftor()
R744FTOR value.
|
String |
r744fver()
R744FVER value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R744FCEI
public static final int R744FADI
public static final int R744FPEC
public static final int R744FDYD
public static final int R744FTHN
public static final int R744FCHO
public String r744fnam()
public String r744fsys()
public int r744fflg()
public boolean r744fcei()
R744FCEI
bit in r744fflg()
is set.R744FCEI = 0x80
public boolean r744fadi()
R744FADI
bit in r744fflg()
is set.R744FADI = 0x40
public boolean r744fpec()
R744FPEC
bit in r744fflg()
is set.R744FPEC = 0x20
public boolean r744fdyd()
R744FDYD
bit in r744fflg()
is set.
Supported if r744flvl() > 14;R744FDYD = 0x10
public boolean r744fthn()
R744FTHN
bit in r744fflg()
is set.
Supported if r744flvl() > 18;R744FTHN = 0x08
public int r744fflc()
public boolean r744fcho()
R744FCHO
bit in r744fflc()
is set.R744FCHO = 0x80
public int r744famv()
public long r744fpam()
public double r744fpbc()
public long r744fscg()
public long r744fscu()
public long r744fscl()
public double r744fscc()
public double r744ftor()
public double r744fail()
public Duration r744ftim()
Duration
public double r744ftimSeconds()
public BigInteger r744ftimRawValue()
public long r744fsqu()
IllegalArgumentException
- If the value of R744FSQU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R744FSQU).
Use r744fsquAsBigInteger()
if this is possible.public BigInteger r744fsquAsBigInteger()
r744fsqu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r744fctm()
Duration
public double r744fctmSeconds()
public BigInteger r744fctmRawValue()
public long r744fcsq()
IllegalArgumentException
- If the value of R744FCSQ exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R744FCSQ).
Use r744fcsqAsBigInteger()
if this is possible.public BigInteger r744fcsqAsBigInteger()
r744fcsq()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public String r744fmod()
public String r744fver()
public String r744fmpc()
public int r744flpn()
public long r744flvl()
public int r744fpas()
public int r744fpis()
public int r744fpcm()
public String r744ftas()
public String r744ftap()
public String r744fseq()
public int r744fpsn()
public int r744fpdn()
public String r744fids()
public int r744fidp()
public int r744fcpi()
public int r744fcpn()
public static CfLocalCouplingFacilityDataSection create(byte[] Data, int offset, int length, int smf74mfv, int smf74srl)
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.