java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.dcollect.Drive.Status
- Enclosing class:
- Drive
Drive status values (requested/current)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Drive.Status
create
(byte[] Data, int offset, int length) create is intended for internal use only.Current status as a OamDriveStatus.int
Current status raw value.Requested status as a OamDriveStatus.int
Requested status raw value.
-
Method Details
-
requestedStatus
Requested status as a OamDriveStatus.- Returns:
- OamDriveStatus requested status
-
requestedStatusRawValue
public int requestedStatusRawValue()Requested status raw value.- Returns:
- int requested status value
-
currentStatus
Current status as a OamDriveStatus.- Returns:
- OamDriveStatus current status
-
currentStatusRawValue
public int currentStatusRawValue()Current status raw value.- Returns:
- int current status value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-