Class EssControlDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype8.EssControlDataSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x40 = 64static final intConstant: 0x20 = 32static final intConstant: 0x80 = 128 -
Method Summary
Modifier and TypeMethodDescriptionstatic EssControlDataSectioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.intr748cae()3 byte R748CAE value.r748cdev()R748CDEV value.intr748cfci()R748CFCI value.intr748cfdt()R748CFDT value.intr748cfdv()R748CFDV value.intr748cflg()R748CFLG value.intr748cfsc()R748CFSC value.intr748cftm()R748CFTM value.r748cint()R748CINT as a Duration.longR748CINT raw value.doubleR748CINT in seconds.intr748cioc()R748CIOC value.intr748clvl()R748CLVL value.r748cmdl()R748CMDL value.intr748crtn()R748CRTN value.intr748csc()R748CSC value.intr748cscs()R748CSCS value.r748cser()R748CSER value.r748ctyp()R748CTYP value.r748cvol()R748CVOL value.intr748cvsn()R748CVSN value.booleanr748cxv2()Return true ifR748CXV2bit inr748cflg()is set.booleanr748cxv3()Return true ifR748CXV3bit inr748cflg()is set.booleanr748cxvl()Return true ifR748CXVLbit inr748cflg()is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
R748CXVL
public static final int R748CXVLConstant: 0x80 = 128- See Also:
-
R748CXV2
public static final int R748CXV2Constant: 0x40 = 64- See Also:
-
R748CXV3
public static final int R748CXV3Constant: 0x20 = 32- See Also:
-
-
Method Details
-
r748clvl
public int r748clvl()R748CLVL value.- Returns:
- int R748CLVL value
-
r748ctyp
R748CTYP value.- Returns:
- String R748CTYP value
-
r748cmdl
R748CMDL value.- Returns:
- String R748CMDL value
-
r748cser
R748CSER value.- Returns:
- String R748CSER value
-
r748cvsn
public int r748cvsn()R748CVSN value.- Returns:
- int R748CVSN value
-
r748cae
public int r748cae()3 byte R748CAE value.- Returns:
- int R748CAE value
-
r748crtn
public int r748crtn()R748CRTN value.- Returns:
- int R748CRTN value
-
r748csc
public int r748csc()R748CSC value.- Returns:
- int R748CSC value
-
r748cioc
public int r748cioc()R748CIOC value.- Returns:
- int R748CIOC value
-
r748cfdv
public int r748cfdv()R748CFDV value.- Returns:
- int R748CFDV value
-
r748cvol
R748CVOL value.- Returns:
- String R748CVOL value
-
r748cdev
R748CDEV value.- Returns:
- String R748CDEV value
-
r748cflg
public int r748cflg()R748CFLG value.- Returns:
- int R748CFLG value
-
r748cxvl
public boolean r748cxvl()Return true ifR748CXVLbit inr748cflg()is set.- Returns:
- boolean R748CXVL bit is set in r748cflg()
R748CXVL = 0x80
-
r748cxv2
public boolean r748cxv2()Return true ifR748CXV2bit inr748cflg()is set.- Returns:
- boolean R748CXV2 bit is set in r748cflg()
R748CXV2 = 0x40
-
r748cxv3
public boolean r748cxv3()Return true ifR748CXV3bit inr748cflg()is set.- Returns:
- boolean R748CXV3 bit is set in r748cflg()
R748CXV3 = 0x20
-
r748cscs
public int r748cscs()R748CSCS value.- Returns:
- int R748CSCS value
-
r748cint
R748CINT as a Duration.- Returns:
- Duration R748CINT
- See Also:
-
r748cintSeconds
public double r748cintSeconds()R748CINT in seconds.- Returns:
- double R748CINT converted to seconds
-
r748cintRawValue
public long r748cintRawValue()R748CINT raw value.- Returns:
- long R748CINT value
-
r748cftm
public int r748cftm()R748CFTM value.- Returns:
- int R748CFTM value
-
r748cfdt
public int r748cfdt()R748CFDT value.- Returns:
- int R748CFDT value
-
r748cfci
public int r748cfci()R748CFCI value.- Returns:
- int R748CFCI value
-
r748cfsc
public int r748cfsc()R748CFSC value.- Returns:
- int R748CFSC value
-
create
public static EssControlDataSection create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-