public static class CmdLogicBoard.ClbSysState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
errCode |
java.lang.String |
errMsg |
static int |
ERROR_NONE
Means there is no error
|
static int |
ERROR_UNKNOWN
Means the error is not known in this reply
|
CmdLogicBoard.ClbState |
state |
int |
status |
static int |
STATUS_ERROR
This subsystem has an error
|
static int |
STATUS_TRANSIT
State in transit
|
int |
subsys |
public static final int ERROR_UNKNOWN
public static final int ERROR_NONE
public static final int STATUS_TRANSIT
public static final int STATUS_ERROR
public final int subsys
public final CmdLogicBoard.ClbState state
public final int status
public final int errCode
public final java.lang.String errMsg