public final class CompletionSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF30ABD
Constant: 0x02 = 2
|
static int |
SMF30CDE
Constant: 0x04 = 4
|
static int |
SMF30CNR
Constant: 0x02 = 2
|
static int |
SMF30ERE
Constant: 0x08 = 8
|
static int |
SMF30EXF
Constant: 0x80 = 128
|
static int |
SMF30FLH
Constant: 0x01 = 1
|
static int |
SMF30ISK
Constant: 0x40 = 64
|
static int |
SMF30NEX
Constant: 0x20 = 32
|
static int |
SMF30SLC
Constant: 0x80 = 128
|
static int |
SMF30SRS
Constant: 0x04 = 4
|
static int |
SMF30SYE
Constant: 0x10 = 16
|
static int |
SMF30TRT
Constant: 0x08 = 8
|
static int |
SMF30UAB
Constant: 0x80 = 128
|
static int |
SMF30UJI
Constant: 0x20 = 32
|
static int |
SMF30UJV
Constant: 0x40 = 64
|
static int |
SMF30USI
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
String |
completionDescription()
Get a description of the step completion status.
|
static CompletionSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf30abd()
Return true if SMF30ABD bit in
smf30sti() is set. |
long |
smf30arc()
SMF30ARC value.
|
boolean |
smf30cde()
Return true if SMF30CDE bit in
smf30sti() is set. |
boolean |
smf30cnr()
Return true if SMF30CNR bit in
smf30sti() is set. |
boolean |
smf30ere()
Return true if SMF30ERE bit in
smf30sti() is set. |
boolean |
smf30exf()
Return true if SMF30EXF bit in
smf30sti() is set. |
boolean |
smf30flh()
Return true if SMF30FLH bit in
smf30sti() is set. |
boolean |
smf30isk()
Return true if SMF30ISK bit in
smf30sti() is set. |
boolean |
smf30nex()
Return true if SMF30NEX bit in
smf30sti() is set. |
int |
smf30scc()
SMF30SCC value.
|
boolean |
smf30slc()
Return true if SMF30SLC bit in
smf30sti() is set. |
boolean |
smf30srs()
Return true if SMF30SRS bit in
smf30sti() is set. |
int |
smf30sti()
SMF30STI value.
|
int |
smf30stiByte1()
SMF30STI_Byte1 value.
|
int |
smf30stiByte2()
SMF30STI_Byte2 value.
|
boolean |
smf30sye()
Return true if SMF30SYE bit in
smf30sti() is set. |
boolean |
smf30trt()
Return true if SMF30TRT bit in
smf30sti() is set. |
boolean |
smf30uab()
Return true if SMF30UAB bit in
smf30scc() is set. |
boolean |
smf30uji()
Return true if SMF30UJI bit in
smf30sti() is set. |
boolean |
smf30ujv()
Return true if SMF30UJV bit in
smf30sti() is set. |
boolean |
smf30usi()
Return true if SMF30USI bit in
smf30sti() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF30UAB
public static final int SMF30SLC
public static final int SMF30UJV
public static final int SMF30UJI
public static final int SMF30USI
public static final int SMF30TRT
public static final int SMF30SRS
public static final int SMF30ABD
public static final int SMF30FLH
public static final int SMF30EXF
public static final int SMF30ISK
public static final int SMF30NEX
public static final int SMF30SYE
public static final int SMF30ERE
public static final int SMF30CDE
public static final int SMF30CNR
public String completionDescription()
public int smf30scc()
public boolean smf30uab()
smf30scc()
is set.SMF30UAB = 0x80
public int smf30sti()
public int smf30stiByte1()
public boolean smf30slc()
smf30sti()
is set.SMF30SLC = 0x80
public boolean smf30ujv()
smf30sti()
is set.SMF30UJV = 0x40
public boolean smf30uji()
smf30sti()
is set.SMF30UJI = 0x20
public boolean smf30usi()
smf30sti()
is set.SMF30USI = 0x10
public boolean smf30trt()
smf30sti()
is set.SMF30TRT = 0x08
public boolean smf30srs()
smf30sti()
is set.SMF30SRS = 0x04
public boolean smf30abd()
smf30sti()
is set.SMF30ABD = 0x02
public boolean smf30flh()
smf30sti()
is set.SMF30FLH = 0x01
public int smf30stiByte2()
public boolean smf30exf()
smf30sti()
is set.SMF30EXF = 0x80
public boolean smf30isk()
smf30sti()
is set.SMF30ISK = 0x40
public boolean smf30nex()
smf30sti()
is set.SMF30NEX = 0x20
public boolean smf30sye()
smf30sti()
is set.SMF30SYE = 0x10
public boolean smf30ere()
smf30sti()
is set.SMF30ERE = 0x08
public boolean smf30cde()
smf30sti()
is set.SMF30CDE = 0x04
public boolean smf30cnr()
smf30sti()
is set.SMF30CNR = 0x02
public long smf30arc()
public static CompletionSection 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.