![]() |
Hubiquitus Android
0.6.1
Android client for hubiquitus protocol
|
Inherits JSONObject.
Public Member Functions | |
HStatus (JSONObject jsonObj) throws JSONException | |
HStatus (ConnectionStatus status, ConnectionError errorCode, String errorMsg) throws MissingAttrException | |
ConnectionStatus | getStatus () |
void | setStatus (ConnectionStatus status) throws MissingAttrException |
ConnectionError | getErrorCode () |
void | setErrorCode (ConnectionError errorCode) throws MissingAttrException |
String | getErrorMsg () |
void | setErrorMsg (String errorMsg) |
Package Attributes | |
final Logger | logger = LoggerFactory.getLogger(HStatus.class) |
Mandatory. Valid only if status = error
Error message. Platform dependent (low level layer messages) Should only be used for debug
Mandatory. Connection status.