public final class VolumeStatus extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF4202B_LEN
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static VolumeStatus |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf42db1()
SMF42DB1 value.
|
int |
smf42db2()
SMF42DB2 value.
|
long |
smf42dev()
SMF42DEV value.
|
String |
smf42vol()
SMF42VOL value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF4202B_LEN
public String smf42vol()
public long smf42dev()
public int smf42db1()
public int smf42db2()
public static VolumeStatus 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.