public final class EnqueueControlSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF77ABD
Constant: 0x10 = 16
|
static int |
SMF77BTM
Constant: 0x20 = 32
|
static int |
SMF77DET
Constant: 0x08 = 8
|
static int |
SMF77FUL
Constant: 0x80 = 128
|
static int |
SMF77GMV
Constant: 0x01 = 1
|
static int |
SMF77GSP
Constant: 0x80 = 128
|
static int |
SMF77MIS
Constant: 0x40 = 64
|
static int |
SMF77NON
Constant: 0x04 = 4
|
static int |
SMF77RGI
Constant: 0x40 = 64
|
static int |
SMF77STR
Constant: 0x02 = 2
|
Modifier and Type | Method and Description |
---|---|
static EnqueueControlSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf77abd()
Return true if
SMF77ABD bit in smf77fg1() is set. |
boolean |
smf77btm()
Return true if
SMF77BTM bit in smf77fg1() is set. |
boolean |
smf77det()
Return true if
SMF77DET bit in smf77fg1() is set. |
int |
smf77fg1()
SMF77FG1 value.
|
boolean |
smf77ful()
Return true if
SMF77FUL bit in smf77fg1() is set. |
boolean |
smf77gmv()
Return true if
SMF77GMV bit in smf77fg1() is set. |
boolean |
smf77gsp()
Return true if
SMF77GSP bit in smf77rf2() is set. |
boolean |
smf77mis()
Return true if
SMF77MIS bit in smf77fg1() is set. |
boolean |
smf77non()
Return true if
SMF77NON bit in smf77fg1() is set. |
int |
smf77rf2()
SMF77RF2 value.
|
boolean |
smf77rgi()
Return true if
SMF77RGI bit in smf77rf2() is set. |
boolean |
smf77str()
Return true if
SMF77STR bit in smf77fg1() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF77FUL
public static final int SMF77MIS
public static final int SMF77BTM
public static final int SMF77ABD
public static final int SMF77DET
public static final int SMF77NON
public static final int SMF77STR
public static final int SMF77GMV
public static final int SMF77GSP
public static final int SMF77RGI
public int smf77fg1()
public boolean smf77ful()
SMF77FUL
bit in smf77fg1()
is set.SMF77FUL = 0x80
public boolean smf77mis()
SMF77MIS
bit in smf77fg1()
is set.SMF77MIS = 0x40
public boolean smf77btm()
SMF77BTM
bit in smf77fg1()
is set.SMF77BTM = 0x20
public boolean smf77abd()
SMF77ABD
bit in smf77fg1()
is set.SMF77ABD = 0x10
public boolean smf77det()
SMF77DET
bit in smf77fg1()
is set.SMF77DET = 0x08
public boolean smf77non()
SMF77NON
bit in smf77fg1()
is set.SMF77NON = 0x04
public boolean smf77str()
SMF77STR
bit in smf77fg1()
is set.SMF77STR = 0x02
public boolean smf77gmv()
SMF77GMV
bit in smf77fg1()
is set.SMF77GMV = 0x01
public int smf77rf2()
public boolean smf77gsp()
SMF77GSP
bit in smf77rf2()
is set.SMF77GSP = 0x80
public boolean smf77rgi()
SMF77RGI
bit in smf77rf2()
is set.SMF77RGI = 0x40
public static EnqueueControlSection 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.