public final class ChannelPathControlSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF73CMC
Constant: 0x01 = 1
|
static int |
SMF73CMD
Constant: 0x40 = 64
|
static int |
SMF73CMF
Constant: 0x04 = 4
|
static int |
SMF73CMH
Constant: 0x80 = 128
|
static int |
SMF73DCA
Constant: 0x80 = 128
|
static int |
SMF73ECM
Constant: 0x10 = 16
|
static int |
SMF73IAC
Constant: 0x40 = 64
|
static int |
SMF73ICV
Constant: 0x10 = 16
|
static int |
SMF73IOD
Constant: 0x20 = 32
|
static int |
SMF73MCG
Constant: 0x02 = 2
|
static int |
SMF73MCS
Constant: 0x20 = 32
|
static int |
SMF73REP
Constant: 0x08 = 8
|
Modifier and Type | Method and Description |
---|---|
static ChannelPathControlSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf73cfl()
SMF73CFL value.
|
boolean |
smf73cmc()
Return true if
SMF73CMC bit in smf73cfl() is set. |
boolean |
smf73cmd()
Return true if
SMF73CMD bit in smf73sfl() is set. |
boolean |
smf73cmf()
Return true if
SMF73CMF bit in smf73cfl() is set. |
boolean |
smf73cmh()
Return true if
SMF73CMH bit in smf73sfl() is set. |
int |
smf73cmi()
SMF73CMI value.
|
long |
smf73crc()
SMF73CRC value.
|
long |
smf73csc()
SMF73CSC value.
|
int |
smf73css()
SMF73CSS value.
|
boolean |
smf73dca()
Return true if
SMF73DCA bit in smf73cfl() is set. |
boolean |
smf73ecm()
Return true if
SMF73ECM bit in smf73sfl() is set. |
boolean |
smf73iac()
Return true if
SMF73IAC bit in smf73cfl() is set. |
boolean |
smf73icv()
Return true if
SMF73ICV bit in smf73cfl() is set. |
boolean |
smf73iod()
Return true if
SMF73IOD bit in smf73cfl() is set. |
boolean |
smf73mcg()
Return true if
SMF73MCG bit in smf73cfl() is set. |
boolean |
smf73mcs()
Return true if
SMF73MCS bit in smf73sfl() is set. |
boolean |
smf73rep()
Return true if
SMF73REP bit in smf73cfl() is set. |
int |
smf73sfl()
SMF73SFL value.
|
long |
smf73smp()
SMF73SMP value.
|
LocalDate |
smf73tdt()
SMF73TDT as LocalDate.
|
String |
smf73tdtRawValue()
SMF73TDT String value.
|
LocalDate |
smf73tdy()
SMF73TDY as LocalDate.
|
String |
smf73tdyRawValue()
SMF73TDY String value.
|
String |
smf73tnm()
SMF73TNM value.
|
String |
smf73tok()
SMF73TOK value.
|
String |
smf73tsf()
SMF73TSF value.
|
LocalTime |
smf73ttm()
SMF73TTM as LocalTime.
|
String |
smf73ttmRawValue()
SMF73TTM String value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF73DCA
public static final int SMF73IAC
public static final int SMF73IOD
public static final int SMF73ICV
public static final int SMF73REP
public static final int SMF73CMF
public static final int SMF73MCG
public static final int SMF73CMC
public static final int SMF73CMH
public static final int SMF73CMD
public static final int SMF73MCS
public static final int SMF73ECM
public long smf73smp()
public int smf73cfl()
public boolean smf73dca()
SMF73DCA
bit in smf73cfl()
is set.SMF73DCA = 0x80
public boolean smf73iac()
SMF73IAC
bit in smf73cfl()
is set.SMF73IAC = 0x40
public boolean smf73iod()
SMF73IOD
bit in smf73cfl()
is set.SMF73IOD = 0x20
public boolean smf73icv()
SMF73ICV
bit in smf73cfl()
is set.SMF73ICV = 0x10
public boolean smf73rep()
SMF73REP
bit in smf73cfl()
is set.SMF73REP = 0x08
public boolean smf73cmf()
SMF73CMF
bit in smf73cfl()
is set.SMF73CMF = 0x04
public boolean smf73mcg()
SMF73MCG
bit in smf73cfl()
is set.SMF73MCG = 0x02
public boolean smf73cmc()
SMF73CMC
bit in smf73cfl()
is set.SMF73CMC = 0x01
public int smf73sfl()
public boolean smf73cmh()
SMF73CMH
bit in smf73sfl()
is set.SMF73CMH = 0x80
public boolean smf73cmd()
SMF73CMD
bit in smf73sfl()
is set.SMF73CMD = 0x40
public boolean smf73mcs()
SMF73MCS
bit in smf73sfl()
is set.SMF73MCS = 0x20
public boolean smf73ecm()
SMF73ECM
bit in smf73sfl()
is set.SMF73ECM = 0x10
public String smf73tnm()
public String smf73tsf()
public String smf73tok()
public LocalDate smf73tdt()
LocalDate
public String smf73tdtRawValue()
public LocalTime smf73ttm()
LocalTime
public String smf73ttmRawValue()
public long smf73crc()
public long smf73csc()
public LocalDate smf73tdy()
LocalDate
public String smf73tdyRawValue()
public int smf73cmi()
public int smf73css()
public static ChannelPathControlSection 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.