public final class ArmSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static ArmSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
LocalDate |
smf30rgd()
SMF30RGD as a LocalDate.
|
int |
smf30rgdRawValue()
SMF30RGD raw value.
|
LocalTime |
smf30rgt()
SMF30RGT as a LocalTime.
|
long |
smf30rgtRawValue()
SMF30RGT raw value
|
String |
smf30rnm()
SMF30RNM value.
|
String |
smf30rrg()
SMF30RRG value.
|
String |
smf30rsn()
SMF30RSN value.
|
LocalDate |
smf30rtd()
SMF30RTD as a LocalDate.
|
int |
smf30rtdRawValue()
SMF30RTD raw value.
|
String |
smf30rtp()
SMF30RTP value.
|
LocalTime |
smf30rtt()
SMF30RTT as a LocalTime.
|
long |
smf30rttRawValue()
SMF30RTT raw value
|
LocalDate |
smf30rwd()
SMF30RWD as a LocalDate.
|
int |
smf30rwdRawValue()
SMF30RWD raw value.
|
LocalTime |
smf30rwt()
SMF30RWT as a LocalTime.
|
long |
smf30rwtRawValue()
SMF30RWT raw value
|
LocalDate |
smf30ryd()
SMF30RYD as a LocalDate.
|
int |
smf30rydRawValue()
SMF30RYD raw value.
|
LocalTime |
smf30ryt()
SMF30RYT as a LocalTime.
|
long |
smf30rytRawValue()
SMF30RYT raw value
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public String smf30rnm()
public String smf30rtp()
public String smf30rrg()
public String smf30rsn()
public LocalTime smf30rgt()
LocalTime
public long smf30rgtRawValue()
public LocalDate smf30rgd()
LocalDate
public int smf30rgdRawValue()
public LocalTime smf30rwt()
LocalTime
public long smf30rwtRawValue()
public LocalDate smf30rwd()
LocalDate
public int smf30rwdRawValue()
public LocalTime smf30ryt()
LocalTime
public long smf30rytRawValue()
public LocalDate smf30ryd()
LocalDate
public int smf30rydRawValue()
public LocalTime smf30rtt()
LocalTime
public long smf30rttRawValue()
public LocalDate smf30rtd()
LocalDate
public int smf30rtdRawValue()
public static ArmSection 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.