Hi,
I am currently developing a Project on TI Simplelink CC3220 with Azure SDK on Code COmposer Studio.
I am planning to use AMQP Protocol and I am getting an Error as under
Example I am using is : iothub_client_sample_mqtt_CC3220SF_LAUNCHXL_tirtos_ccs
I have included the required header files having AMQP Protocol mentioned as under and also changed the Protocol to 'AMQP_Protocol' in the "CreatefromConnectionString".
#include "iothubtransportamqp.h"
Error I am getting while Compling the Code is = "unresolved symbol AMQP_Protocol, first referenced in ./iothub_client_sample_mqtt.obj iothub_client_sample_mqtt_CC3220SF_LAUNCHXL_tirtos_ccs C/C++ Problem"
Kindly let me know.
Rohan D'Souza