Uses of Class
com.github.lucadruda.iotc.device.enums.IOTC_EVENTS
| Package | Description |
|---|---|
| com.github.lucadruda.iotc.device | |
| com.github.lucadruda.iotc.device.enums |
-
Uses of IOTC_EVENTS in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device with parameters of type IOTC_EVENTS Modifier and Type Method Description voidIIoTCClient. on(IOTC_EVENTS eventName, IoTCCallback callback)voidIoTCClient. on(IOTC_EVENTS event, IoTCCallback callback) -
Uses of IOTC_EVENTS in com.github.lucadruda.iotc.device.enums
Methods in com.github.lucadruda.iotc.device.enums that return IOTC_EVENTS Modifier and Type Method Description static IOTC_EVENTSIOTC_EVENTS. valueOf(String name)Returns the enum constant of this type with the specified name.static IOTC_EVENTS[]IOTC_EVENTS. values()Returns an array containing the constants of this enum type, in the order they are declared.