Uses of Enum
com.github.lucadruda.iotc.device.enums.IOTC_COMMAND_RESPONSE
Packages that use IOTC_COMMAND_RESPONSE
-
Uses of IOTC_COMMAND_RESPONSE in com.github.lucadruda.iotc.device.enums
Methods in com.github.lucadruda.iotc.device.enums that return IOTC_COMMAND_RESPONSEModifier and TypeMethodDescriptionstatic IOTC_COMMAND_RESPONSE
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_RESPONSEModifier and TypeMethodDescriptionCommandResponse.sendResponse(String commandName, Object value)
Methods in com.github.lucadruda.iotc.device.models with parameters of type IOTC_COMMAND_RESPONSEModifier and TypeMethodDescriptioncom.microsoft.azure.sdk.iot.device.DeviceTwin.DeviceMethodData
IoTCCommand.reply(IOTC_COMMAND_RESPONSE status, String message)