public final class FcdSwitchDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R747SFCS
Constant: 0x08 = 8
|
static int |
R747SNOL
Constant: 0x10 = 16
|
static int |
R747SNPC
Constant: 0x40 = 64
|
static int |
R747SOFF
Constant: 0x20 = 32
|
static int |
R747SVAR
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static FcdSwitchDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
r747sdev()
R747SDEV value.
|
boolean |
r747sfcs()
Return true if
R747SFCS bit in r747spfl() is set. |
int |
r747slsn()
R747SLSN value.
|
String |
r747snd()
R747SND value.
|
int |
r747snip()
R747SNIP value.
|
boolean |
r747snol()
Return true if
R747SNOL bit in r747spfl() is set. |
boolean |
r747snpc()
Return true if
R747SNPC bit in r747spfl() is set. |
int |
r747snsp()
R747SNSP value.
|
boolean |
r747soff()
Return true if
R747SOFF bit in r747spfl() is set. |
int |
r747spfl()
R747SPFL value.
|
boolean |
r747svar()
Return true if
R747SVAR bit in r747spfl() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R747SVAR
public static final int R747SNPC
public static final int R747SOFF
public static final int R747SNOL
public static final int R747SFCS
public int r747sdev()
public int r747slsn()
public int r747spfl()
public boolean r747svar()
R747SVAR
bit in r747spfl()
is set.R747SVAR = 0x80
public boolean r747snpc()
R747SNPC
bit in r747spfl()
is set.R747SNPC = 0x40
public boolean r747soff()
R747SOFF
bit in r747spfl()
is set.R747SOFF = 0x20
public boolean r747snol()
R747SNOL
bit in r747spfl()
is set.R747SNOL = 0x10
public boolean r747sfcs()
R747SFCS
bit in r747spfl()
is set.R747SFCS = 0x08
public String r747snd()
public int r747snsp()
public int r747snip()
public static FcdSwitchDataSection 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.