public final class XcfSystemDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R742SACT
Constant: 0x80 = 128
|
static int |
R742SIAC
Constant: 0x40 = 64
|
static int |
R742SIN
Constant: 0x80 = 128
|
static int |
R742SLCL
Constant: 0x20 = 32
|
static int |
R742SOUT
Constant: 0x40 = 64
|
static int |
R742SPAR
Constant: 0x10 = 16
|
static int |
R742SRES
Constant: 0x20 = 32
|
Modifier and Type | Method and Description |
---|---|
static XcfSystemDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
r742sact()
Return true if
R742SACT bit in r742sstf() is set. |
long |
r742sbig()
R742SBIG value.
|
long |
r742sbsy()
R742SBSY value.
|
int |
r742sdir()
R742SDIR value.
|
long |
r742sfit()
R742SFIT value.
|
boolean |
r742siac()
Return true if
R742SIAC bit in r742sstf() is set. |
boolean |
r742sin()
Return true if
R742SIN bit in r742sdir() is set. |
boolean |
r742slcl()
Return true if
R742SLCL bit in r742sdir() is set. |
long |
r742smxb()
R742SMXB value.
|
String |
r742snme()
R742SNME value.
|
long |
r742snop()
R742SNOP value.
|
boolean |
r742sout()
Return true if
R742SOUT bit in r742sdir() is set. |
long |
r742sovr()
R742SOVR value.
|
boolean |
r742spar()
Return true if
R742SPAR bit in r742sstf() is set. |
long |
r742spth()
R742SPTH value.
|
boolean |
r742sres()
Return true if
R742SRES bit in r742sstf() is set. |
long |
r742ssml()
R742SSML value.
|
int |
r742sstf()
R742SSTF value.
|
long |
r742stcl()
R742STCL value.
|
String |
r742stcn()
R742STCN value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R742SACT
public static final int R742SIAC
public static final int R742SRES
public static final int R742SPAR
public static final int R742SIN
public static final int R742SOUT
public static final int R742SLCL
public String r742snme()
public int r742sstf()
public boolean r742sact()
R742SACT
bit in r742sstf()
is set.R742SACT = 0x80
public boolean r742siac()
R742SIAC
bit in r742sstf()
is set.R742SIAC = 0x40
public boolean r742sres()
R742SRES
bit in r742sstf()
is set.R742SRES = 0x20
public boolean r742spar()
R742SPAR
bit in r742sstf()
is set.R742SPAR = 0x10
public int r742sdir()
public boolean r742sin()
R742SIN
bit in r742sdir()
is set.R742SIN = 0x80
public boolean r742sout()
R742SOUT
bit in r742sdir()
is set.R742SOUT = 0x40
public boolean r742slcl()
R742SLCL
bit in r742sdir()
is set.R742SLCL = 0x20
public long r742spth()
public long r742sbsy()
public long r742snop()
public long r742smxb()
public long r742sbig()
public long r742sfit()
public long r742ssml()
public long r742sovr()
public long r742stcl()
public String r742stcn()
public static XcfSystemDataSection 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.