Package com.blackhillsoftware.smf.smf90
Class SetAschSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetAschSection
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic SetAschSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf90scc()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.SmfDatacreateSection, getTriplet
- 
Field Details- 
SMF90LTJpublic static final int SMF90LTJConstant: 0x14 = 20- See Also:
 
 
- 
- 
Method Details- 
smf90sctSMF90SCT 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:
 
- 
smf90sctRawValueSMF90SCT STCK value.- Returns:
- BigInteger SMF90SCT STCK value
 
- 
smf90sccpublic int smf90scc()SMF90SCC value.- Returns:
- int SMF90SCC value
 
- 
smf90scnSMF90SCN values.- Returns:
- List<String> SMF90SCN values
 
- 
createcreate 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 section
- offset- Offset of this section in the data
- length- length of the section
 
 
-