public final class Mixed3 extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
VSDCLEN
Constant: 0x28 = 40
|
static int |
VSDCSING
Constant: 0x00 = 0
|
Modifier and Type | Method and Description |
---|---|
static Mixed3 |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
double |
vsdcmax()
VSDCMAX value.
|
double |
vsdcmin()
VSDCMIN value.
|
ZonedDateTime |
vsdcntme()
VSDCNTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.
|
BigInteger |
vsdcntmeRawValue()
VSDCNTME 4 high order bytes of STCK.
|
double |
vsdctotl()
VSDCTOTL value.
|
ZonedDateTime |
vsdcxtme()
VSDCXTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.
|
BigInteger |
vsdcxtmeRawValue()
VSDCXTME 4 high order bytes of STCK.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int VSDCSING
public static final int VSDCLEN
public double vsdcmin()
public ZonedDateTime vsdcntme()
Use vsdcntmeRawValue()
for a BigInteger containing the actual
4 high order bytes of STCK.
ZonedDateTime
public BigInteger vsdcntmeRawValue()
public double vsdcmax()
public ZonedDateTime vsdcxtme()
Use vsdcxtmeRawValue()
for a BigInteger containing the actual
4 high order bytes of STCK.
ZonedDateTime
public BigInteger vsdcxtmeRawValue()
public double vsdctotl()
public static Mixed3 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.