Uses of Enum
com.github.lucadruda.iotc.device.enums.IOTC_PROTOCOL
Packages that use IOTC_PROTOCOL
-
Uses of IOTC_PROTOCOL in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device with parameters of type IOTC_PROTOCOLModifier and TypeMethodDescriptionvoid
DeviceProvision.setProtocol(IOTC_PROTOCOL protocol)
void
IIoTCClient.SetProtocol(IOTC_PROTOCOL transport)
void
IoTCClient.SetProtocol(IOTC_PROTOCOL transport)
-
Uses of IOTC_PROTOCOL in com.github.lucadruda.iotc.device.enums
Methods in com.github.lucadruda.iotc.device.enums that return IOTC_PROTOCOLModifier and TypeMethodDescriptionstatic IOTC_PROTOCOL
Returns the enum constant of this type with the specified name.static IOTC_PROTOCOL[]
IOTC_PROTOCOL.values()
Returns an array containing the constants of this enum type, in the order they are declared.