public final class XcfMemberDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R742MACT
Constant: 0x80 = 128
|
static int |
R742MACV
Constant: 0x03 = 3
|
static int |
R742MCRE
Constant: 0x02 = 2
|
static int |
R742MFLD
Constant: 0x05 = 5
|
static int |
R742MIAC
Constant: 0x40 = 64
|
static int |
R742MMSD
Constant: 0x08 = 8
|
static int |
R742MMSM
Constant: 0x10 = 16
|
static int |
R742MNOQ
Constant: 0x08 = 8
|
static int |
R742MPAR
Constant: 0x10 = 16
|
static int |
R742MQUI
Constant: 0x04 = 4
|
static int |
R742MREM
Constant: 0x02 = 2
|
static int |
R742MRES
Constant: 0x20 = 32
|
static int |
R742MSSM
Constant: 0x80 = 128
|
static int |
R742MTRM
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static XcfMemberDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
r742mact()
Return true if
R742MACT bit in r742mstf() is set. |
String |
r742mgrp()
R742MGRP value.
|
boolean |
r742miac()
Return true if
R742MIAC bit in r742mstf() is set. |
long |
r742mint()
R742MINT value.
|
String |
r742mjob()
R742MJOB value.
|
String |
r742mmem()
R742MMEM value.
|
boolean |
r742mmsd()
Return true if
R742MMSD bit in r742mst2() is set. |
boolean |
r742mmsm()
Return true if
R742MMSM bit in r742mst2() is set. |
boolean |
r742mnoq()
Return true if
R742MNOQ bit in r742mstf() is set. |
boolean |
r742mpar()
Return true if
R742MPAR bit in r742mstf() is set. |
long |
r742mrcv()
R742MRCV value.
|
boolean |
r742mrem()
Return true if
R742MREM bit in r742mst2() is set. |
boolean |
r742mres()
Return true if
R742MRES bit in r742mstf() is set. |
long |
r742msnt()
R742MSNT value.
|
boolean |
r742mssm()
Return true if
R742MSSM bit in r742mst2() is set. |
int |
r742mst1()
R742MST1 value.
|
int |
r742mst2()
R742MST2 value.
|
int |
r742mstf()
R742MSTF value.
|
String |
r742msys()
R742MSYS value.
|
boolean |
r742mtrm()
Return true if
R742MTRM bit in r742mst2() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R742MACT
public static final int R742MIAC
public static final int R742MRES
public static final int R742MPAR
public static final int R742MNOQ
public static final int R742MCRE
public static final int R742MACV
public static final int R742MQUI
public static final int R742MFLD
public static final int R742MSSM
public static final int R742MTRM
public static final int R742MMSM
public static final int R742MMSD
public static final int R742MREM
public String r742msys()
public String r742mgrp()
public String r742mmem()
public int r742mstf()
public boolean r742mact()
R742MACT
bit in r742mstf()
is set.R742MACT = 0x80
public boolean r742miac()
R742MIAC
bit in r742mstf()
is set.R742MIAC = 0x40
public boolean r742mres()
R742MRES
bit in r742mstf()
is set.R742MRES = 0x20
public boolean r742mpar()
R742MPAR
bit in r742mstf()
is set.R742MPAR = 0x10
public boolean r742mnoq()
R742MNOQ
bit in r742mstf()
is set.R742MNOQ = 0x08
public int r742mst1()
public int r742mst2()
public boolean r742mssm()
R742MSSM
bit in r742mst2()
is set.R742MSSM = 0x80
public boolean r742mtrm()
R742MTRM
bit in r742mst2()
is set.R742MTRM = 0x40
public boolean r742mmsm()
R742MMSM
bit in r742mst2()
is set.R742MMSM = 0x10
public boolean r742mmsd()
R742MMSD
bit in r742mst2()
is set.R742MMSD = 0x08
public boolean r742mrem()
R742MREM
bit in r742mst2()
is set.R742MREM = 0x02
public long r742msnt()
public long r742mrcv()
public long r742mint()
public String r742mjob()
public static XcfMemberDataSection 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.