public final class EnqueueDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF77D1E
Constant: 0x10 = 16
|
static int |
SMF77D2E
Constant: 0x08 = 8
|
static int |
SMF77DOU
Constant: 0x20 = 32
|
static int |
SMF77GLB
Constant: 0x04 = 4
|
static int |
SMF77HLD
Constant: 0x80 = 128
|
static int |
SMF77SCP
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static EnqueueDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf77aql()
SMF77AQL value.
|
long |
smf77csc()
SMF77CSC value.
|
boolean |
smf77d1e()
Return true if
SMF77D1E bit in smf77dfg() is set. |
boolean |
smf77d2e()
Return true if
SMF77D2E bit in smf77dfg() is set. |
int |
smf77dfg()
SMF77DFG value.
|
String |
smf77do1()
SMF77DO1 value.
|
String |
smf77do2()
SMF77DO2 value.
|
boolean |
smf77dou()
Return true if
SMF77DOU bit in smf77dfg() is set. |
int |
smf77dow()
SMF77DOW value.
|
String |
smf77dw1()
SMF77DW1 value.
|
String |
smf77dw2()
SMF77DW2 value.
|
int |
smf77dwr()
SMF77DWR value.
|
int |
smf77evt()
SMF77EVT value.
|
int |
smf77exm()
SMF77EXM value.
|
int |
smf77exx()
SMF77EXX value.
|
boolean |
smf77glb()
Return true if
SMF77GLB bit in smf77dfg() is set. |
boolean |
smf77hld()
Return true if
SMF77HLD bit in smf77dfg() is set. |
long |
smf77nod()
SMF77NOD value.
|
int |
smf77ql1()
SMF77QL1 value.
|
int |
smf77ql2()
SMF77QL2 value.
|
int |
smf77ql3()
SMF77QL3 value.
|
int |
smf77ql4()
SMF77QL4 value.
|
int |
smf77qlt()
SMF77QLT value.
|
String |
smf77qnm()
SMF77QNM value.
|
int |
smf77rln()
SMF77RLN value.
|
String |
smf77rnm()
SMF77RNM value.
|
int |
smf77rv3()
SMF77RV3 value.
|
boolean |
smf77scp()
Return true if
SMF77SCP bit in smf77dfg() is set. |
int |
smf77shm()
SMF77SHM value.
|
int |
smf77shx()
SMF77SHX value.
|
String |
smf77sy1()
SMF77SY1 value.
|
String |
smf77sy2()
SMF77SY2 value.
|
String |
smf77sy3()
SMF77SY3 value.
|
String |
smf77sy4()
SMF77SY4 value.
|
Duration |
smf77wtm()
SMF77WTM as a Duration.
|
long |
smf77wtmRawValue()
SMF77WTM raw value.
|
double |
smf77wtmSeconds()
SMF77WTM in seconds.
|
Duration |
smf77wtt()
SMF77WTT as a Duration.
|
long |
smf77wttRawValue()
SMF77WTT raw value.
|
double |
smf77wttSeconds()
SMF77WTT in seconds.
|
Duration |
smf77wtx()
SMF77WTX as a Duration.
|
long |
smf77wtxRawValue()
SMF77WTX raw value.
|
double |
smf77wtxSeconds()
SMF77WTX in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF77HLD
public static final int SMF77SCP
public static final int SMF77DOU
public static final int SMF77D1E
public static final int SMF77D2E
public static final int SMF77GLB
public String smf77qnm()
public String smf77rnm()
public Duration smf77wtm()
Duration
public double smf77wtmSeconds()
public long smf77wtmRawValue()
public Duration smf77wtx()
Duration
public double smf77wtxSeconds()
public long smf77wtxRawValue()
public Duration smf77wtt()
Duration
public double smf77wttSeconds()
public long smf77wttRawValue()
public int smf77rv3()
public int smf77ql1()
public int smf77ql2()
public int smf77ql3()
public int smf77ql4()
public int smf77qlt()
public int smf77exm()
public int smf77exx()
public int smf77shm()
public int smf77shx()
public int smf77evt()
public int smf77rln()
public int smf77dfg()
public boolean smf77hld()
SMF77HLD
bit in smf77dfg()
is set.SMF77HLD = 0x80
public boolean smf77scp()
SMF77SCP
bit in smf77dfg()
is set.SMF77SCP = 0x40
public boolean smf77dou()
SMF77DOU
bit in smf77dfg()
is set.SMF77DOU = 0x20
public boolean smf77d1e()
SMF77D1E
bit in smf77dfg()
is set.SMF77D1E = 0x10
public boolean smf77d2e()
SMF77D2E
bit in smf77dfg()
is set.SMF77D2E = 0x08
public boolean smf77glb()
SMF77GLB
bit in smf77dfg()
is set.SMF77GLB = 0x04
public int smf77dow()
public int smf77dwr()
public String smf77do1()
public String smf77do2()
public String smf77dw1()
public String smf77dw2()
public String smf77sy1()
public String smf77sy2()
public String smf77sy3()
public String smf77sy4()
public long smf77aql()
public long smf77csc()
public long smf77nod()
public static EnqueueDataSection 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.