Uses of Class
com.github.lucadruda.iotc.device.enums.IOTC_CONNECT
| Package | Description |
|---|---|
| com.github.lucadruda.iotc.device | |
| com.github.lucadruda.iotc.device.enums |
-
Uses of IOTC_CONNECT in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device that return IOTC_CONNECT Modifier and Type Method Description IOTC_CONNECTIoTCClient. getAuthenticationType()Constructors in com.github.lucadruda.iotc.device with parameters of type IOTC_CONNECT Constructor Description DeviceProvision(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_CONNECT Modifier and Type Method Description static IOTC_CONNECTIOTC_CONNECT. valueOf(String name)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.