Uses of Enum
com.github.lucadruda.iotc.device.enums.IOTC_CONNECT
Packages that use IOTC_CONNECT
-
Uses of IOTC_CONNECT in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device that return IOTC_CONNECTConstructors in com.github.lucadruda.iotc.device with parameters of type IOTC_CONNECTModifierConstructorDescriptionDeviceProvision(String deviceId, String scopeId, IOTC_CONNECT authenticationType, Object options, ICentralStorage storage, ILogger logger)
DeviceProvision(String endpoint, String deviceId, String scopeId, IOTC_CONNECT authenticationType, Object options, ICentralStorage storage, ILogger logger)
IoTCClient(String deviceId, String scopeId, IOTC_CONNECT authenticationType, Object options, ICentralStorage storage)
IoTCClient(String deviceId, String scopeId, IOTC_CONNECT authenticationType, Object options, ICentralStorage storage, ILogger logger)
-
Uses of IOTC_CONNECT in com.github.lucadruda.iotc.device.enums
Methods in com.github.lucadruda.iotc.device.enums that return IOTC_CONNECTModifier and TypeMethodDescriptionstatic IOTC_CONNECT
Returns the enum constant of this type with the specified name.static IOTC_CONNECT[]
IOTC_CONNECT.values()
Returns an array containing the constants of this enum type, in the order they are declared.