public final class ProductSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF42PLN
Constant: 0x28 = 40
|
static int |
SMF42PRD_LEN
Constant: 0x28 = 40
|
static int |
SMF42PVR
Constant: 0x01 = 1
|
Modifier and Type | Method and Description |
---|---|
static ProductSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf42pdl()
SMF42PDL value.
|
String |
smf42pdn()
SMF42PDN value.
|
int |
smf42psv()
SMF42PSV value.
|
ZonedDateTime |
smf42pte()
SMF42PTE STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf42pteRawValue()
SMF42PTE STCK value.
|
ZonedDateTime |
smf42pts()
SMF42PTS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf42ptsRawValue()
SMF42PTS STCK value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF42PLN
public static final int SMF42PVR
public static final int SMF42PRD_LEN
public String smf42pdl()
public String smf42pdn()
public int smf42psv()
public ZonedDateTime smf42pts()
Use smf42ptsRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf42ptsRawValue()
public ZonedDateTime smf42pte()
Use smf42pteRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf42pteRawValue()
public static ProductSection 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.