public final class TrgProductIntersectionData extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF89TCUC
Constant: 0x80 = 128
|
static int |
SMF89TCUP
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static TrgProductIntersectionData |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf89tccp()
SMF89TCCP value.
|
Duration |
smf89tcct()
SMF89TCCT as a Duration.
|
double |
smf89tcctRawValue()
SMF89TCCT raw value.
|
double |
smf89tcctSeconds()
SMF89TCCT in seconds.
|
int |
smf89tcfg()
SMF89TCFG value.
|
String |
smf89tcip()
SMF89TCIP value.
|
String |
smf89tcpi()
SMF89TCPI value.
|
String |
smf89tcpn()
SMF89TCPN value.
|
String |
smf89tcpo()
SMF89TCPO value.
|
String |
smf89tcpq()
SMF89TCPQ value.
|
String |
smf89tcpv()
SMF89TCPV value.
|
boolean |
smf89tcuc()
Return true if
SMF89TCUC bit in smf89tcfg() is set. |
boolean |
smf89tcup()
Return true if
SMF89TCUP bit in smf89tcfg() is set. |
Duration |
smf89tczt()
SMF89TCZT as a Duration.
|
double |
smf89tcztRawValue()
SMF89TCZT raw value.
|
double |
smf89tcztSeconds()
SMF89TCZT in seconds.
|
String |
smf89tipi()
SMF89TIPI value.
|
String |
smf89tipn()
SMF89TIPN value.
|
String |
smf89tipo()
SMF89TIPO value.
|
String |
smf89tipq()
SMF89TIPQ value.
|
String |
smf89tipv()
SMF89TIPV value.
|
String |
smf89tTrgName()
SMF89T_TRG_NAME value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF89TCUC
public static final int SMF89TCUP
public String smf89tccp()
public String smf89tcpo()
public String smf89tcpn()
public String smf89tcpv()
public String smf89tcpq()
public String smf89tcpi()
public String smf89tcip()
public String smf89tipo()
public String smf89tipn()
public String smf89tipv()
public String smf89tipq()
public String smf89tipi()
public String smf89tTrgName()
public int smf89tcfg()
public boolean smf89tcuc()
SMF89TCUC
bit in smf89tcfg()
is set.SMF89TCUC = 0x80
public boolean smf89tcup()
SMF89TCUP
bit in smf89tcfg()
is set.SMF89TCUP = 0x40
public Duration smf89tcct()
Duration
public double smf89tcctSeconds()
public double smf89tcctRawValue()
public Duration smf89tczt()
Duration
public double smf89tcztSeconds()
public double smf89tcztRawValue()
public static TrgProductIntersectionData 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.