Uses of Class
com.github.lucadruda.iotc.device.enums.IOTC_COMMAND_RESPONSE
| Package | Description |
|---|---|
| com.github.lucadruda.iotc.device.enums | |
| com.github.lucadruda.iotc.device.models |
-
Uses of IOTC_COMMAND_RESPONSE in com.github.lucadruda.iotc.device.enums
Methods in com.github.lucadruda.iotc.device.enums that return IOTC_COMMAND_RESPONSE Modifier and Type Method Description static IOTC_COMMAND_RESPONSEIOTC_COMMAND_RESPONSE. valueOf(String name)Returns the enum constant of this type with the specified name.static IOTC_COMMAND_RESPONSE[]IOTC_COMMAND_RESPONSE. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IOTC_COMMAND_RESPONSE in com.github.lucadruda.iotc.device.models
Methods in com.github.lucadruda.iotc.device.models that return IOTC_COMMAND_RESPONSE Modifier and Type Method Description IOTC_COMMAND_RESPONSECommandResponse. sendResponse(String commandName, Object value)Methods in com.github.lucadruda.iotc.device.models with parameters of type IOTC_COMMAND_RESPONSE Modifier and Type Method Description com.microsoft.azure.sdk.iot.device.DeviceTwin.DeviceMethodDataIoTCCommand. reply(IOTC_COMMAND_RESPONSE status, String message)