nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ azure_iot_hub_topic_type

#include <include/net/azure_iot_hub.h>

Azure IoT Hub topic type, used to route messages to the correct destination.

Enumerator
AZURE_IOT_HUB_TOPIC_DEVICEBOUND 

Data received on the devicebound topic.

AZURE_IOT_HUB_TOPIC_DIRECT_METHOD 

Data received on the direct method topic.

AZURE_IOT_HUB_TOPIC_TWIN_DESIRED 

Received "desired" properties from the device twin.

AZURE_IOT_HUB_TOPIC_TWIN_REQUEST_RESULT 

Topic to receive twin request result messages. Both success and error messages are received on the same topic.

AZURE_IOT_HUB_TOPIC_DPS 

Topic to receive Device Provisioning Service (DPS) messages.

AZURE_IOT_HUB_TOPIC_EVENT 

Event topic used to send event data to Azure IoT Hub.

AZURE_IOT_HUB_TOPIC_TWIN_REPORTED 

Send updates to the "reported" properties in the device twin.

AZURE_IOT_HUB_TOPIC_TWIN_REQUEST 

Topic to request to receive the device twin.

AZURE_IOT_HUB_TOPIC_UNKNOWN 

Indicates that the message was received on an unknown topic.