public final class SynchronousIoRtdDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R749RFRD
Constant: 0x80 = 128
|
static int |
R749RFWR
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static SynchronousIoRtdDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
r749rflg()
R749RFLG value.
|
boolean |
r749rfrd()
Return true if
R749RFRD bit in r749rflg() is set. |
boolean |
r749rfwr()
Return true if
R749RFWR bit in r749rflg() is set. |
Duration |
r749rtrv()
R749RTRV as a Duration.
|
long |
r749rtrvRawValue()
R749RTRV raw value.
|
double |
r749rtrvSeconds()
R749RTRV in seconds.
|
long |
r749rtsc()
R749RTSC value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R749RFRD
public static final int R749RFWR
public int r749rflg()
public boolean r749rfrd()
R749RFRD
bit in r749rflg()
is set.R749RFRD = 0x80
public boolean r749rfwr()
R749RFWR
bit in r749rflg()
is set.R749RFWR = 0x40
public Duration r749rtrv()
Duration
public double r749rtrvSeconds()
public long r749rtrvRawValue()
public long r749rtsc()
public static SynchronousIoRtdDataSection 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.