Package com.blackhillsoftware.smf.smf90
Class SetAschSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetAschSection
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetAschSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf90scc()
SMF90SCC value.smf90scn()
SMF90SCN values.smf90sct()
SMF90SCT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90SCT STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF90LTJ
public static final int SMF90LTJConstant: 0x14 = 20- See Also:
-
-
Method Details
-
smf90sct
SMF90SCT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90sctRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90SCT STCK converted to ZonedDateTime
- See Also:
-
smf90sctRawValue
SMF90SCT STCK value.- Returns:
- BigInteger SMF90SCT STCK value
-
smf90scc
public int smf90scc()SMF90SCC value.- Returns:
- int SMF90SCC value
-
smf90scn
SMF90SCN values.- Returns:
- List<String> SMF90SCN values
-
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
-