public final class Mixed2 extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
VSDGLEN
Constant: 0x30 = 48
|
static int |
VSDGSING
Constant: 0x00 = 0
|
Modifier and Type | Method and Description |
---|---|
static Mixed2 |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
double |
vsdghwm()
VSDGHWM value.
|
double |
vsdgmax()
VSDGMAX value.
|
double |
vsdgmin()
VSDGMIN value.
|
ZonedDateTime |
vsdgntme()
VSDGNTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.
|
BigInteger |
vsdgntmeRawValue()
VSDGNTME 4 high order bytes of STCK.
|
double |
vsdgtotl()
VSDGTOTL value.
|
ZonedDateTime |
vsdgxtme()
VSDGXTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.
|
BigInteger |
vsdgxtmeRawValue()
VSDGXTME 4 high order bytes of STCK.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int VSDGSING
public static final int VSDGLEN
public double vsdgmin()
public ZonedDateTime vsdgntme()
Use vsdgntmeRawValue()
for a BigInteger containing the actual
4 high order bytes of STCK.
ZonedDateTime
public BigInteger vsdgntmeRawValue()
public double vsdgmax()
public ZonedDateTime vsdgxtme()
Use vsdgxtmeRawValue()
for a BigInteger containing the actual
4 high order bytes of STCK.
ZonedDateTime
public BigInteger vsdgxtmeRawValue()
public double vsdgtotl()
public double vsdghwm()
public static Mixed2 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.