Package com.blackhillsoftware.smf.smf30
Class OperatorSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf30.OperatorSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic OperatorSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
smf30msr()
SMF30MSR value.long
smf30mtm()
SMF30MTM value.long
smf30pdm()
SMF30PDM value.long
smf30prd()
SMF30PRD value.long
smf30ptm()
SMF30PTM value.long
smf30tpr()
SMF30TPR value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf30pdm
public long smf30pdm()SMF30PDM value.- Returns:
- long SMF30PDM value
-
smf30prd
public long smf30prd()SMF30PRD value.- Returns:
- long SMF30PRD value
-
smf30ptm
public long smf30ptm()SMF30PTM value.- Returns:
- long SMF30PTM value
-
smf30tpr
public long smf30tpr()SMF30TPR value.- Returns:
- long SMF30TPR value
-
smf30mtm
public long smf30mtm()SMF30MTM value.- Returns:
- long SMF30MTM value
-
smf30msr
public long smf30msr()SMF30MSR value.- Returns:
- long SMF30MSR value
-
create
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
-