java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.dcollect.Library.Status
- Enclosing class:
- Library
Library Status values (requested/current)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Library.Status
create
(byte[] Data, int offset, int length) create is intended for internal use only.current status as a LibraryStatus.int
current status raw value.requested status as a LibraryStatus.int
requested status raw value.
-
Method Details
-
requestedStatus
requested status as a LibraryStatus.- Returns:
- LibraryStatus requested status
-
requestedStatusRawValue
public int requestedStatusRawValue()requested status raw value.- Returns:
- int requested status value
-
currentStatus
current status as a LibraryStatus.- Returns:
- LibraryStatus 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
-