Azure IoT middleware for FreeRTOS
Data Fields
AzureIoTHubClientReceiveContext Struct Reference

Receive context to be used internally for the processing of messages. More...

#include <azure_iot_hub_client.h>

Data Fields

struct {
   uint16_t   usState
 
   uint16_t   usMqttSubPacketID
 
   uint32_t(*   pxProcessFunction )(struct
      AzureIoTHubClientReceiveContext
      *pxContext,
      AzureIoTHubClient_t
      *pxAzureIoTHubClient, void
      *pvPublishInfo)
 
   void *   pvCallbackContext
 
   union {
      AzureIoTHubClientCloudToDeviceMessageCallback_t   xCloudToDeviceMessageCallback
 
      AzureIoTHubClientCommandCallback_t   xCommandCallback
 
      AzureIoTHubClientPropertiesCallback_t   xPropertiesCallback
 
   }   callbacks
 
_internal
 Internal to the SDK.
 

Detailed Description

Receive context to be used internally for the processing of messages.

Warning
Used internally.

The documentation for this struct was generated from the following file: