public final class CfProcessorUtilizationDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R744PTDE
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static CfProcessorUtilizationDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
Duration |
r744pbsy()
R744PBSY as a Duration.
|
long |
r744pbsyRawValue()
R744PBSY raw value.
|
double |
r744pbsySeconds()
R744PBSY in seconds.
|
long |
r744pnum()
R744PNUM value.
|
boolean |
r744ptde()
Return true if
R744PTDE bit in r744ptyp() is set. |
int |
r744ptyp()
R744PTYP value.
|
Duration |
r744pwai()
R744PWAI as a Duration.
|
long |
r744pwaiRawValue()
R744PWAI raw value.
|
double |
r744pwaiSeconds()
R744PWAI in seconds.
|
int |
r744pwgt()
R744PWGT value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R744PTDE
public long r744pnum()
public Duration r744pbsy()
Duration
public double r744pbsySeconds()
public long r744pbsyRawValue()
public Duration r744pwai()
Duration
public double r744pwaiSeconds()
public long r744pwaiRawValue()
public int r744ptyp()
public boolean r744ptde()
R744PTDE
bit in r744ptyp()
is set.R744PTDE = 0x80
public int r744pwgt()
public static CfProcessorUtilizationDataSection 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.