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 TypeMethodDescriptionvoidDeviceProvision.setProtocol(IOTC_PROTOCOL protocol)voidIIoTCClient.SetProtocol(IOTC_PROTOCOL transport)voidIoTCClient.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_PROTOCOLReturns 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.