public final class ProductIntersectionData extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF89CFC
Constant: 0x20 = 32
|
static int |
SMF89CGO
Constant: 0x08 = 8
|
static int |
SMF89CHTR
Constant: 0x04 = 4
|
static int |
SMF89CTC
Constant: 0x10 = 16
|
static int |
SMF89CUC
Constant: 0x80 = 128
|
static int |
SMF89CUP
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static ProductIntersectionData |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
Duration |
smf89cct()
SMF89CCT as a Duration.
|
double |
smf89cctRawValue()
SMF89CCT raw value.
|
double |
smf89cctSeconds()
SMF89CCT in seconds.
|
boolean |
smf89cfc()
Return true if
SMF89CFC bit in smf89cfg() is set. |
int |
smf89cfg()
SMF89CFG value.
|
boolean |
smf89cgo()
Return true if
SMF89CGO bit in smf89cfg() is set. |
boolean |
smf89chtr()
Return true if
SMF89CHTR bit in smf89cfg() is set. |
String |
smf89cni()
SMF89CNI value.
|
String |
smf89cnp()
SMF89CNP value.
|
String |
smf89cpi()
SMF89CPI value.
|
String |
smf89cpn()
SMF89CPN value.
|
String |
smf89cpo()
SMF89CPO value.
|
String |
smf89cpq()
SMF89CPQ value.
|
String |
smf89cpv()
SMF89CPV value.
|
boolean |
smf89ctc()
Return true if
SMF89CTC bit in smf89cfg() is set. |
boolean |
smf89cuc()
Return true if
SMF89CUC bit in smf89cfg() is set. |
boolean |
smf89cup()
Return true if
SMF89CUP bit in smf89cfg() is set. |
Duration |
smf89czt()
SMF89CZT as a Duration.
|
double |
smf89cztRawValue()
SMF89CZT raw value.
|
double |
smf89cztSeconds()
SMF89CZT in seconds.
|
String |
smf89ipi()
SMF89IPI value.
|
String |
smf89ipn()
SMF89IPN value.
|
String |
smf89ipo()
SMF89IPO value.
|
String |
smf89ipq()
SMF89IPQ value.
|
String |
smf89ipv()
SMF89IPV value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF89CUC
public static final int SMF89CUP
public static final int SMF89CFC
public static final int SMF89CTC
public static final int SMF89CGO
public static final int SMF89CHTR
public String smf89cnp()
public String smf89cpo()
public String smf89cpn()
public String smf89cpv()
public String smf89cpq()
public String smf89cpi()
public String smf89cni()
public String smf89ipo()
public String smf89ipn()
public String smf89ipv()
public String smf89ipq()
public String smf89ipi()
public int smf89cfg()
public boolean smf89cuc()
SMF89CUC
bit in smf89cfg()
is set.SMF89CUC = 0x80
public boolean smf89cup()
SMF89CUP
bit in smf89cfg()
is set.SMF89CUP = 0x40
public boolean smf89cfc()
SMF89CFC
bit in smf89cfg()
is set.SMF89CFC = 0x20
public boolean smf89ctc()
SMF89CTC
bit in smf89cfg()
is set.SMF89CTC = 0x10
public boolean smf89cgo()
SMF89CGO
bit in smf89cfg()
is set.SMF89CGO = 0x08
public boolean smf89chtr()
SMF89CHTR
bit in smf89cfg()
is set.SMF89CHTR = 0x04
public Duration smf89cct()
Duration
public double smf89cctSeconds()
public double smf89cctRawValue()
public Duration smf89czt()
Duration
public double smf89cztSeconds()
public double smf89cztRawValue()
public static ProductIntersectionData 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.