public final class FcdConnectorDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R747CACT
Constant: 0x02 = 2
|
static int |
R747CCHP
Constant: 0x20 = 32
|
static int |
R747CINS
Constant: 0x10 = 16
|
static int |
R747CINU
Constant: 0x40 = 64
|
static int |
R747CMCU
Constant: 0x40 = 64
|
static int |
R747CNMD
Constant: 0x01 = 1
|
static int |
R747COSY
Constant: 0x20 = 32
|
static int |
R747CREM
Constant: 0x04 = 4
|
static int |
R747CSCU
Constant: 0x80 = 128
|
static int |
R747CSW
Constant: 0x10 = 16
|
static int |
R747CTNU
Constant: 0x80 = 128
|
static int |
R747CVAR
Constant: 0x08 = 8
|
Modifier and Type | Method and Description |
---|---|
static FcdConnectorDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
r747cact()
Return true if
R747CACT bit in r747csfl() is set. |
int |
r747cadr()
R747CADR value.
|
boolean |
r747cchp()
Return true if
R747CCHP bit in r747ctfl() is set. |
int |
r747ccp()
R747CCP value.
|
int |
r747ccu()
R747CCU value.
|
int |
r747ccun()
R747CCUN value.
|
boolean |
r747cins()
Return true if
R747CINS bit in r747csfl() is set. |
boolean |
r747cinu()
Return true if
R747CINU bit in r747csfl() is set. |
boolean |
r747cmcu()
Return true if
R747CMCU bit in r747ctfl() is set. |
boolean |
r747cnmd()
Return true if
R747CNMD bit in r747csfl() is set. |
int |
r747cnum()
R747CNUM value.
|
boolean |
r747cosy()
Return true if
R747COSY bit in r747csfl() is set. |
boolean |
r747crem()
Return true if
R747CREM bit in r747csfl() is set. |
boolean |
r747cscu()
Return true if
R747CSCU bit in r747ctfl() is set. |
int |
r747csfl()
R747CSFL value.
|
boolean |
r747csw()
Return true if
R747CSW bit in r747ctfl() is set. |
int |
r747ctfl()
R747CTFL value.
|
boolean |
r747ctnu()
Return true if
R747CTNU bit in r747csfl() is set. |
boolean |
r747cvar()
Return true if
R747CVAR bit in r747csfl() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R747CSCU
public static final int R747CMCU
public static final int R747CCHP
public static final int R747CSW
public static final int R747CTNU
public static final int R747CINU
public static final int R747COSY
public static final int R747CINS
public static final int R747CVAR
public static final int R747CREM
public static final int R747CACT
public static final int R747CNMD
public int r747cnum()
public int r747cadr()
public int r747ctfl()
public boolean r747cscu()
R747CSCU
bit in r747ctfl()
is set.R747CSCU = 0x80
public boolean r747cmcu()
R747CMCU
bit in r747ctfl()
is set.R747CMCU = 0x40
public boolean r747cchp()
R747CCHP
bit in r747ctfl()
is set.R747CCHP = 0x20
public boolean r747csw()
R747CSW
bit in r747ctfl()
is set.R747CSW = 0x10
public int r747csfl()
public boolean r747ctnu()
R747CTNU
bit in r747csfl()
is set.R747CTNU = 0x80
public boolean r747cinu()
R747CINU
bit in r747csfl()
is set.R747CINU = 0x40
public boolean r747cosy()
R747COSY
bit in r747csfl()
is set.R747COSY = 0x20
public boolean r747cins()
R747CINS
bit in r747csfl()
is set.R747CINS = 0x10
public boolean r747cvar()
R747CVAR
bit in r747csfl()
is set.R747CVAR = 0x08
public boolean r747crem()
R747CREM
bit in r747csfl()
is set.R747CREM = 0x04
public boolean r747cact()
R747CACT
bit in r747csfl()
is set.R747CACT = 0x02
public boolean r747cnmd()
R747CNMD
bit in r747csfl()
is set.R747CNMD = 0x01
public int r747ccu()
public int r747ccp()
public int r747ccun()
public static FcdConnectorDataSection 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.