public class Status
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Status.mode
Enum representing the different possible modes
|
Constructor and Description |
---|
Status()
Constructs a Status class for holding the current LightDrive status information
|
Modifier and Type | Method and Description |
---|---|
Status.mode |
GetMode()
Returns a number representing the LightDrive's current mode
|
java.lang.Byte |
GetRaw()
Returns the raw byte value representing the LightDrive's status
|
byte |
GetTripped()
Returns which channels are overcurrent tripped
|
java.lang.Boolean |
IsEnabled()
Check if the LightDrive is enabled or not (IDLE or not)
|
void |
SetRaw(byte raw)
Sets the raw byte representing the LightDrive's status
|
public Status()
public byte GetTripped()
public java.lang.Boolean IsEnabled()
public Status.mode GetMode()
public java.lang.Byte GetRaw()
public void SetRaw(byte raw)
raw
- byte