Uses of Class
com.github.lucadruda.iotc.device.enums.IOTC_CONNECTION_STATE
| Package | Description |
|---|---|
| com.github.lucadruda.iotc.device.enums | |
| com.github.lucadruda.iotc.device.exceptions |
-
Uses of IOTC_CONNECTION_STATE in com.github.lucadruda.iotc.device.enums
Methods in com.github.lucadruda.iotc.device.enums that return IOTC_CONNECTION_STATE Modifier and Type Method Description static IOTC_CONNECTION_STATEIOTC_CONNECTION_STATE. valueOf(String name)Returns the enum constant of this type with the specified name.static IOTC_CONNECTION_STATE[]IOTC_CONNECTION_STATE. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IOTC_CONNECTION_STATE in com.github.lucadruda.iotc.device.exceptions
Methods in com.github.lucadruda.iotc.device.exceptions that return IOTC_CONNECTION_STATE Modifier and Type Method Description IOTC_CONNECTION_STATEIoTCentralException. getConnectionState()Constructors in com.github.lucadruda.iotc.device.exceptions with parameters of type IOTC_CONNECTION_STATE Constructor Description IoTCentralException(IOTC_CONNECTION_STATE connectionState)