| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device |
The API for a device to communicate with an IoT Hub.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessageCallback |
DeviceClientConfig.messageCallback
The callback to be invoked if a message is received.
|
| Modifier and Type | Method and Description |
|---|---|
MessageCallback |
DeviceClientConfig.getMessageCallback()
Getter for the message callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceClientConfig.setMessageCallback(MessageCallback callback,
Object context)
Setter for the message callback.
|
DeviceClient |
DeviceClient.setMessageCallback(MessageCallback callback,
Object context)
Sets the message callback.
|
Copyright © 2017. All rights reserved.