public final class ResourceGroupDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R723GCBP
Constant: 0x40 = 64
|
static int |
R723GGMS
Constant: 0x04 = 4
|
static int |
R723GGPC
Constant: 0x10 = 16
|
static int |
R723GGPV
Constant: 0x20 = 32
|
static int |
R723GISP
Constant: 0x02 = 2
|
static int |
R723GMLS
Constant: 0x08 = 8
|
static int |
R723GMNS
Constant: 0x40 = 64
|
static int |
R723GMXS
Constant: 0x80 = 128
|
static int |
R723GTRG
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static ResourceGroupDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
r723ggde()
R723GGDE value.
|
String |
r723ggky()
R723GGKY value.
|
int |
r723gglt()
R723GGLT value.
|
long |
r723ggml()
R723GGML value.
|
long |
r723ggmn()
R723GGMN value.
|
boolean |
r723ggms()
Return true if
R723GGMS bit in r723gglt() is set. |
long |
r723ggmx()
R723GGMX value.
|
String |
r723ggnm()
R723GGNM value.
|
boolean |
r723ggpc()
Return true if
R723GGPC bit in r723gglt() is set. |
boolean |
r723ggpv()
Return true if
R723GGPV bit in r723gglt() is set. |
int |
r723ggtf()
R723GGTF value.
|
String |
r723ggti()
R723GGTI value.
|
String |
r723ggtn()
R723GGTN value.
|
boolean |
r723gisp()
Return true if
R723GISP bit in r723gglt() is set. |
boolean |
r723gmls()
Return true if
R723GMLS bit in r723gglt() is set. |
boolean |
r723gmns()
Return true if
R723GMNS bit in r723gglt() is set. |
boolean |
r723gmxs()
Return true if
R723GMXS bit in r723gglt() is set. |
boolean |
r723gtrg()
Return true if
R723GTRG bit in r723ggtf() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R723GMXS
public static final int R723GMNS
public static final int R723GGPV
public static final int R723GGPC
public static final int R723GMLS
public static final int R723GGMS
public static final int R723GISP
public static final int R723GTRG
public static final int R723GCBP
public String r723ggnm()
public String r723ggde()
public int r723gglt()
public boolean r723gmxs()
R723GMXS
bit in r723gglt()
is set.R723GMXS = 0x80
public boolean r723gmns()
R723GMNS
bit in r723gglt()
is set.R723GMNS = 0x40
public boolean r723ggpv()
R723GGPV
bit in r723gglt()
is set.R723GGPV = 0x20
public boolean r723ggpc()
R723GGPC
bit in r723gglt()
is set.R723GGPC = 0x10
public boolean r723gmls()
R723GMLS
bit in r723gglt()
is set.R723GMLS = 0x08
public boolean r723ggms()
R723GGMS
bit in r723gglt()
is set.R723GGMS = 0x04
public boolean r723gisp()
R723GISP
bit in r723gglt()
is set.R723GISP = 0x02
public int r723ggtf()
public boolean r723gtrg()
R723GTRG
bit in r723ggtf()
is set.R723GTRG = 0x80
public long r723ggmn()
public long r723ggmx()
public long r723ggml()
public String r723ggti()
public String r723ggtn()
public String r723ggky()
public static ResourceGroupDataSection 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.