Package com.blackhillsoftware.smf.smf30
Class MultisystemEnclaveRemoteSystemDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf30.MultisystemEnclaveRemoteSystemDataSection
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.smf30mky()
SMF30MKY value.long
smf30mra()
SMF30MRA value.smf30mrd()
SMF30MRD as a Duration.long
SMF30MRD raw value.double
SMF30MRD in seconds.smf30mri()
SMF30MRI as a Duration.long
SMF30MRI raw value.double
SMF30MRI in seconds.smf30mrs()
SMF30MRS value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf30mky
SMF30MKY value.- Returns:
- String SMF30MKY value
-
smf30mrs
SMF30MRS value.- Returns:
- String SMF30MRS value
-
smf30mra
public long smf30mra()SMF30MRA value.- Returns:
- long SMF30MRA value
-
smf30mrd
SMF30MRD as a Duration.- Returns:
- Duration SMF30MRD
- See Also:
-
smf30mrdSeconds
public double smf30mrdSeconds()SMF30MRD in seconds.- Returns:
- double SMF30MRD converted to seconds
-
smf30mrdRawValue
public long smf30mrdRawValue()SMF30MRD raw value.- Returns:
- long SMF30MRD value
-
smf30mri
SMF30MRI as a Duration.- Returns:
- Duration SMF30MRI
- See Also:
-
smf30mriSeconds
public double smf30mriSeconds()SMF30MRI in seconds.- Returns:
- double SMF30MRI converted to seconds
-
smf30mriRawValue
public long smf30mriRawValue()SMF30MRI raw value.- Returns:
- long SMF30MRI 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
-