public final class CallCounts extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92ST1_LEN
Constant: 0x18 = 24
|
Modifier and Type | Method and Description |
---|---|
List<CallCountsEntry> |
callCountsEntries() |
static CallCounts |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf92ccc()
SMF92CCC value.
|
int |
smf92ccl()
SMF92CCL value.
|
ZonedDateTime |
smf92cct()
SMF92CCT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92cctRawValue()
SMF92CCT STCKE value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92ST1_LEN
public ZonedDateTime smf92cct()
Use smf92cctRawValue()
for a BigInteger containing the complete
STCKE value.
ZonedDateTime
public BigInteger smf92cctRawValue()
public int smf92ccc()
public List<CallCountsEntry> callCountsEntries()
public int smf92ccl()
public static CallCounts create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.