Package com.github.lucadruda.iotc.device
Class DeviceProvision
java.lang.Object
com.github.lucadruda.iotc.device.DeviceProvision
public class DeviceProvision extends Object
-
Constructor Summary
Constructors 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) -
Method Summary
Modifier and Type Method Description Stringregister()Stringregister(boolean force)voidsetEndpoint(String endpoint)voidsetIoTCModelId(String modelId)voidsetProtocol(IOTC_PROTOCOL protocol)
-
Constructor Details
-
DeviceProvision
public DeviceProvision(String deviceId, String scopeId, IOTC_CONNECT authenticationType, Object options, ICentralStorage storage, ILogger logger) -
DeviceProvision
public DeviceProvision(String endpoint, String deviceId, String scopeId, IOTC_CONNECT authenticationType, Object options, ICentralStorage storage, ILogger logger)
-
-
Method Details