Package com.blackhillsoftware.smf.smf90
Class SetSmfLimSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetSmfLimSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetSmfLimSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF90T39_Num_Suffixes value.SMF90T39_Suffixes values.SMF90T39_Timestamp STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90T39_Timestamp STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90t39Timestamp
SMF90T39_Timestamp STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90t39TimestampRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90T39_Timestamp STCK converted to ZonedDateTime
- See Also:
-
smf90t39TimestampRawValue
SMF90T39_Timestamp STCK value.- Returns:
- BigInteger SMF90T39_Timestamp STCK value
-
smf90t39NumSuffixes
public int smf90t39NumSuffixes()SMF90T39_Num_Suffixes value.- Returns:
- int SMF90T39_Num_Suffixes value
-
smf90t39Suffixes
SMF90T39_Suffixes values.- Returns:
- List<String> SMF90T39_Suffixes 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
-