java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.CallCounts
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CallCounts
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf92ccc()
SMF92CCC value.int
smf92ccl()
SMF92CCL value.smf92cct()
SMF92CCT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92CCT STCKE value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF92ST1_LEN
public static final int SMF92ST1_LENConstant: 0x18 = 24- See Also:
-
-
Method Details
-
smf92cct
SMF92CCT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf92cctRawValue()
for a BigInteger containing the complete STCKE value.- Returns:
- DateTime SMF92CCT STCKE converted to ZonedDateTime
- See Also:
-
smf92cctRawValue
SMF92CCT STCKE value.- Returns:
- BigInteger SMF92CCT STCKE value
-
smf92ccc
public int smf92ccc()SMF92CCC value.- Returns:
- int SMF92CCC value
-
callCountsEntries
-
smf92ccl
public int smf92ccl()SMF92CCL value.- Returns:
- int SMF92CCL 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
-