public final class BmfTotals extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF4201A_LEN
Constant: 0x24 = 36
|
Modifier and Type | Method and Description |
---|---|
static BmfTotals |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf42bmx()
SMF42BMX value.
|
long |
smf42buf()
SMF42BUF value.
|
Duration |
smf42lru()
SMF42LRU as a Duration.
|
long |
smf42lruRawValue()
SMF42LRU raw value.
|
double |
smf42lruSeconds()
SMF42LRU in seconds.
|
long |
smf42tdh()
SMF42TDH value.
|
long |
smf42tdt()
SMF42TDT value.
|
Duration |
smf42tmt()
SMF42TMT as a Duration.
|
long |
smf42tmtRawValue()
SMF42TMT raw value.
|
double |
smf42tmtSeconds()
SMF42TMT in seconds.
|
long |
smf42tna()
SMF42TNA value.
|
long |
smf42trh()
SMF42TRH value.
|
long |
smf42trt()
SMF42TRT value.
|
int |
smf42uic()
SMF42UIC value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF4201A_LEN
public long smf42tna()
public Duration smf42tmt()
Duration
public double smf42tmtSeconds()
public long smf42tmtRawValue()
public long smf42trt()
public long smf42trh()
public long smf42tdt()
public long smf42tdh()
public long smf42buf()
public long smf42bmx()
public Duration smf42lru()
Duration
public double smf42lruSeconds()
public long smf42lruRawValue()
public int smf42uic()
public static BmfTotals 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.