| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.provisioning.device | |
| com.microsoft.azure.sdk.iot.provisioning.device.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
ProvisioningDeviceClient.registerDevice(ProvisioningDeviceClientRegistrationCallback provisioningDeviceClientRegistrationCallback,
Object context)
Register's a device with the service and provides you with iothub uri and the registered device.
|
void |
ProvisioningDeviceClient.registerDevice(ProvisioningDeviceClientRegistrationCallback provisioningDeviceClientRegistrationCallback,
Object context,
AdditionalData additionalData)
Register's a device with the service and provides you with iothub uri and the registered device.
|
| Modifier and Type | Method and Description |
|---|---|
ProvisioningDeviceClientRegistrationCallback |
ProvisioningDeviceClientConfig.getRegistrationCallback()
Setter for the Registration Callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvisioningDeviceClientConfig.setRegistrationCallback(ProvisioningDeviceClientRegistrationCallback registrationCallback,
Object registrationCallbackContext)
Setter for the Registration Callback.
|
Copyright © 2020. All rights reserved.