public final class PageDatasetDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF75ACU
Constant: 0x20 = 32
|
static int |
SMF75COM
Constant: 0x40 = 64
|
static int |
SMF75DNM
Constant: 0x10 = 16
|
static int |
SMF75DPL
Constant: 0x20 = 32
|
static int |
SMF75DSB
Constant: 0x04 = 4
|
static int |
SMF75LOC
Constant: 0x10 = 16
|
static int |
SMF75LPA
Constant: 0x80 = 128
|
static int |
SMF75MXP
Constant: 0x40 = 64
|
static int |
SMF75OFL
Constant: 0x01 = 1
|
static int |
SMF75ONL
Constant: 0x02 = 2
|
static int |
SMF75SCM
Constant: 0x08 = 8
|
static int |
SMF75SWP
Constant: 0x08 = 8
|
static int |
SMF75VIO
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static PageDatasetDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf75acu()
Return true if
SMF75ACU bit in smf75fl2() is set. |
long |
smf75avu()
SMF75AVU value.
|
long |
smf75bds()
SMF75BDS value.
|
int |
smf75cha()
SMF75CHA value.
|
boolean |
smf75com()
Return true if
SMF75COM bit in smf75pst() is set. |
String |
smf75cu()
SMF75CU value.
|
String |
smf75dev()
SMF75DEV value.
|
boolean |
smf75dnm()
Return true if
SMF75DNM bit in smf75fl2() is set. |
boolean |
smf75dpl()
Return true if
SMF75DPL bit in smf75pst() is set. |
boolean |
smf75dsb()
Return true if
SMF75DSB bit in smf75pst() is set. |
String |
smf75dsn()
SMF75DSN value.
|
int |
smf75fl2()
SMF75FL2 value.
|
boolean |
smf75loc()
Return true if
SMF75LOC bit in smf75pst() is set. |
boolean |
smf75lpa()
Return true if
SMF75LPA bit in smf75pst() is set. |
double |
smf75lvu()
SMF75LVU value.
|
long |
smf75mnu()
SMF75MNU value.
|
boolean |
smf75mxp()
Return true if
SMF75MXP bit in smf75fl2() is set. |
long |
smf75mxu()
SMF75MXU value.
|
boolean |
smf75ofl()
Return true if
SMF75OFL bit in smf75pst() is set. |
boolean |
smf75onl()
Return true if
SMF75ONL bit in smf75pst() is set. |
long |
smf75pgx()
SMF75PGX value.
|
int |
smf75pst()
SMF75PST value.
|
long |
smf75req()
SMF75REQ value.
|
String |
smf75rv3()
SMF75RV3 value.
|
int |
smf75rv5()
SMF75RV5 value.
|
boolean |
smf75scm()
Return true if
SMF75SCM bit in smf75fl2() is set. |
int |
smf75scs()
SMF75SCS value.
|
long |
smf75sio()
SMF75SIO value.
|
long |
smf75sla()
SMF75SLA value.
|
boolean |
smf75swp()
Return true if
SMF75SWP bit in smf75pst() is set. |
long |
smf75typ()
SMF75TYP value.
|
long |
smf75use()
SMF75USE value.
|
boolean |
smf75vio()
Return true if
SMF75VIO bit in smf75fl2() is set. |
String |
smf75vol()
SMF75VOL value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF75LPA
public static final int SMF75COM
public static final int SMF75DPL
public static final int SMF75LOC
public static final int SMF75SWP
public static final int SMF75DSB
public static final int SMF75ONL
public static final int SMF75OFL
public static final int SMF75VIO
public static final int SMF75MXP
public static final int SMF75ACU
public static final int SMF75DNM
public static final int SMF75SCM
public String smf75dsn()
public int smf75pst()
public boolean smf75lpa()
SMF75LPA
bit in smf75pst()
is set.SMF75LPA = 0x80
public boolean smf75com()
SMF75COM
bit in smf75pst()
is set.SMF75COM = 0x40
public boolean smf75dpl()
SMF75DPL
bit in smf75pst()
is set.SMF75DPL = 0x20
public boolean smf75loc()
SMF75LOC
bit in smf75pst()
is set.SMF75LOC = 0x10
public boolean smf75swp()
SMF75SWP
bit in smf75pst()
is set.SMF75SWP = 0x08
public boolean smf75dsb()
SMF75DSB
bit in smf75pst()
is set.SMF75DSB = 0x04
public boolean smf75onl()
SMF75ONL
bit in smf75pst()
is set.SMF75ONL = 0x02
public boolean smf75ofl()
SMF75OFL
bit in smf75pst()
is set.SMF75OFL = 0x01
public int smf75fl2()
public boolean smf75vio()
SMF75VIO
bit in smf75fl2()
is set.SMF75VIO = 0x80
public boolean smf75mxp()
SMF75MXP
bit in smf75fl2()
is set.SMF75MXP = 0x40
public boolean smf75acu()
SMF75ACU
bit in smf75fl2()
is set.SMF75ACU = 0x20
public boolean smf75dnm()
SMF75DNM
bit in smf75fl2()
is set.SMF75DNM = 0x10
public boolean smf75scm()
SMF75SCM
bit in smf75fl2()
is set.SMF75SCM = 0x08
public int smf75rv5()
public long smf75typ()
public int smf75cha()
public String smf75vol()
public int smf75scs()
public String smf75rv3()
public long smf75sla()
public long smf75mxu()
public long smf75mnu()
public long smf75avu()
public long smf75bds()
public long smf75use()
public long smf75req()
public long smf75sio()
public long smf75pgx()
public String smf75dev()
public String smf75cu()
public double smf75lvu()
public static PageDatasetDataSection 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.