public final class SubsystemSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF30_zCBP
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static SubsystemSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf30osl()
SMF30OSL value.
|
int |
smf30pflags()
SMF30PFlags value.
|
String |
smf30pnm()
SMF30PNM value.
|
String |
smf30rvn()
SMF30RVN value.
|
String |
smf30syn()
SMF30SYN value.
|
String |
smf30syp()
SMF30SYP value.
|
int |
smf30typ()
SMF30TYP value.
|
boolean |
smf30Zcbp()
Return true if
SMF30_zCBP bit in smf30pflags() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF30_zCBP
public int smf30typ()
public int smf30pflags()
public boolean smf30Zcbp()
SMF30_zCBP
bit in smf30pflags()
is set.SMF30_zCBP = 0x80
public String smf30rvn()
public String smf30pnm()
public String smf30osl()
public String smf30syn()
public String smf30syp()
public static SubsystemSection 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.