public final class EssControlDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R748CXVL
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static EssControlDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
r748cae()
3 byte R748CAE value.
|
String |
r748cdev()
R748CDEV value.
|
int |
r748cfci()
R748CFCI value.
|
int |
r748cfdt()
R748CFDT value.
|
int |
r748cfdv()
R748CFDV value.
|
int |
r748cflg()
R748CFLG value.
|
int |
r748cfsc()
R748CFSC value.
|
int |
r748cftm()
R748CFTM value.
|
Duration |
r748cint()
R748CINT as a Duration.
|
long |
r748cintRawValue()
R748CINT raw value.
|
double |
r748cintSeconds()
R748CINT in seconds.
|
int |
r748cioc()
R748CIOC value.
|
int |
r748clvl()
R748CLVL value.
|
String |
r748cmdl()
R748CMDL value.
|
int |
r748crtn()
R748CRTN value.
|
int |
r748csc()
R748CSC value.
|
int |
r748cscs()
R748CSCS value.
|
String |
r748cser()
R748CSER value.
|
String |
r748ctyp()
R748CTYP value.
|
String |
r748cvol()
R748CVOL value.
|
int |
r748cvsn()
R748CVSN value.
|
boolean |
r748cxvl()
Return true if
R748CXVL bit in r748cflg() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R748CXVL
public int r748clvl()
public String r748ctyp()
public String r748cmdl()
public String r748cser()
public int r748cvsn()
public int r748cae()
public int r748crtn()
public int r748csc()
public int r748cioc()
public int r748cfdv()
public String r748cvol()
public String r748cdev()
public int r748cflg()
public boolean r748cxvl()
R748CXVL
bit in r748cflg()
is set.R748CXVL = 0x80
public int r748cscs()
public Duration r748cint()
Duration
public double r748cintSeconds()
public long r748cintRawValue()
public int r748cftm()
public int r748cfdt()
public int r748cfci()
public int r748cfsc()
public static EssControlDataSection 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.