Azure IoT C SDK
Data Fields
IOTHUB_CLIENT_COMMAND_REQUEST Struct Reference

This struct specifies parameters of an incoming command request. More...

#include <iothub_client_core_common.h>

Data Fields

int structVersion
 Version of the structure. Currently the SDK sets this to IOTHUB_CLIENT_COMMAND_REQUEST_STRUCT_VERSION_1.
 
const char * componentName
 Name of the component associated with this request. If this is targeting the root component, this will be NULL.
 
const char * commandName
 Name of the command associated with this request.
 
const unsigned char * payload
 Raw payload of the request. This is NOT guaranteed to be a \0 terminated string.
 
size_t payloadLength
 Number of bytes of payload.
 

Detailed Description

This struct specifies parameters of an incoming command request.


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