public final class ScmConfigurationMeasurementSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R7410VFM
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static ScmConfigurationMeasurementSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r7410cdr()
R7410CDR value.
|
long |
r7410cdrc()
R7410CDRC value.
|
long |
r7410cdus()
R7410CDUS value.
|
long |
r7410cdw()
R7410CDW value.
|
long |
r7410cdwc()
R7410CDWC value.
|
Duration |
r7410ciqc()
R7410CIQC as a Duration.
|
long |
r7410ciqcRawValue()
R7410CIQC raw value.
|
double |
r7410ciqcSeconds()
R7410CIQC in seconds.
|
int |
r7410cpid()
R7410CPID value.
|
int |
r7410crid()
R7410CRID value.
|
long |
r7410crpi()
R7410CRPI value.
|
long |
r7410crq()
R7410CRQ value.
|
long |
r7410crqc()
R7410CRQC value.
|
Duration |
r7410crt()
R7410CRT as a Duration.
|
Duration |
r7410crtc()
R7410CRTC as a Duration.
|
long |
r7410crtcRawValue()
R7410CRTC raw value.
|
double |
r7410crtcSeconds()
R7410CRTC in seconds.
|
long |
r7410crtRawValue()
R7410CRT raw value.
|
double |
r7410crtSeconds()
R7410CRT in seconds.
|
long |
r7410cwu()
R7410CWU value.
|
long |
r7410cwuc()
R7410CWUC value.
|
int |
r7410flg()
R7410FLG value.
|
boolean |
r7410vfm()
Return true if
R7410VFM bit in r7410flg() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R7410VFM
public long r7410crpi()
public int r7410crid()
public int r7410cpid()
public long r7410cdus()
public long r7410crqc()
public long r7410crq()
public long r7410cdwc()
public long r7410cdw()
public long r7410cdrc()
public long r7410cdr()
public Duration r7410crtc()
Duration
public double r7410crtcSeconds()
public long r7410crtcRawValue()
public Duration r7410crt()
Duration
public double r7410crtSeconds()
public long r7410crtRawValue()
public Duration r7410ciqc()
Duration
public double r7410ciqcSeconds()
public long r7410ciqcRawValue()
public long r7410cwuc()
public long r7410cwu()
public int r7410flg()
public boolean r7410vfm()
R7410VFM
bit in r7410flg()
is set.R7410VFM = 0x80
public static ScmConfigurationMeasurementSection 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.