public final class IoDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF6CCE
Constant: 0x02 = 2
|
static int |
SMF6DCRV
Constant: 0x80 = 128
|
static int |
SMF6INT
Constant: 0x01 = 1
|
static int |
SMF6J2L3
Constant: 0x03 = 3
|
static int |
SMF6J2L4
Constant: 0x04 = 4
|
static int |
SMF6J2S
Constant: 0x5C = 92
|
static int |
SMF6J3L3
Constant: 0x03 = 3
|
static int |
SMF6J3L4
Constant: 0x04 = 4
|
static int |
SMF6J3S
Constant: 0x5C = 92
|
static int |
SMF6LEV2
Constant: 0x01 = 1
|
static int |
SMF6LEV3
Constant: 0x01 = 1
|
static int |
SMF6LEV4
Constant: 0x05 = 5
|
static int |
SMF6LEV6
Constant: 0x06 = 6
|
static int |
SMF6LEV7
Constant: 0x07 = 7
|
static int |
SMF6OCN
Constant: 0x20 = 32
|
static int |
SMF6OR
Constant: 0x08 = 8
|
static int |
SMF6ORD
Constant: 0x10 = 16
|
static int |
SMF6OSS
Constant: 0x02 = 2
|
static int |
SMF6RBE
Constant: 0x01 = 1
|
static int |
SMF6ROR
Constant: 0x04 = 4
|
static int |
SMF6SDS
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static IoDataSection |
create(byte[] Data,
int offset,
int length,
Smf6Subsystem smf6Subsystem)
create is intended for internal use only.
|
boolean |
smf6cce()
|
int |
smf6dci()
SMF6DCI value.
|
boolean |
smf6dcrv()
|
int |
smf6dfe()
SMF6DFE value.
|
String |
smf6fcb()
SMF6FCB value.
|
String |
smf6grp()
SMF6GRP value.
|
int |
smf6indc()
SMF6INDC value.
|
boolean |
smf6int()
|
String |
smf6jnm()
SMF6JNM value.
|
int |
smf6ln1()
SMF6LN1 value.
|
boolean |
smf6ocn()
|
int |
smf6opr()
SMF6OPR value.
|
boolean |
smf6or()
|
boolean |
smf6ord()
|
boolean |
smf6oss()
|
String |
smf6out()
SMF6OUT value.
|
long |
smf6pge()
SMF6PGE value.
|
boolean |
smf6rbe()
|
boolean |
smf6ror()
|
String |
smf6rsvj()
SMF6RSVJ value.
|
String |
smf6rsvu()
SMF6RSVU value.
|
int |
smf6rte()
SMF6RTE value.
|
boolean |
smf6sds()
|
String |
smf6ucs()
SMF6UCS value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF6DCRV
public static final int SMF6SDS
public static final int SMF6OCN
public static final int SMF6ORD
public static final int SMF6OR
public static final int SMF6ROR
public static final int SMF6OSS
public static final int SMF6INT
public static final int SMF6LEV2
public static final int SMF6J2L3
public static final int SMF6J2L4
public static final int SMF6LEV3
public static final int SMF6J3L3
public static final int SMF6J3L4
public static final int SMF6LEV4
public static final int SMF6LEV6
public static final int SMF6LEV7
public static final int SMF6J2S
public static final int SMF6J3S
public static final int SMF6CCE
public static final int SMF6RBE
public int smf6ln1()
public int smf6dci()
public boolean smf6dcrv()
SMF6DCRV = 0x80
public boolean smf6sds()
SMF6SDS = 0x40
public boolean smf6ocn()
SMF6OCN = 0x20
public boolean smf6ord()
SMF6ORD = 0x10
public boolean smf6or()
SMF6OR = 0x08
public boolean smf6ror()
SMF6ROR = 0x04
public boolean smf6oss()
SMF6OSS = 0x02
public boolean smf6int()
SMF6INT = 0x01
public int smf6indc()
public String smf6jnm()
public String smf6out()
public String smf6fcb()
public String smf6ucs()
public long smf6pge()
public int smf6rte()
public int smf6dfe()
public boolean smf6cce()
SMF6CCE = 0x02
public boolean smf6rbe()
SMF6RBE = 0x01
public int smf6opr()
public String smf6grp()
public String smf6rsvj()
public String smf6rsvu()
public static IoDataSection create(byte[] Data, int offset, int length, Smf6Subsystem smf6Subsystem)
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.