You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as far i understand for publishing "Esp32MQTTClient_SendEventInstance()" function is used . But how to subscribe the topic . Please share the details .
The text was updated successfully, but these errors were encountered:
The function: "EVENT_INSTANCE* message = Esp32MQTTClient_Event_Generate(messagePayload, MESSAGE);" create the payload with all the json content in it that will be published to its Azure IoT Hub using the IoT device referenced in:
static const char* connectionString = "";
Once published, IoT Hub will direct the message to any services subscribed to it.
as far i understand for publishing "Esp32MQTTClient_SendEventInstance()" function is used . But how to subscribe the topic . Please share the details .
The text was updated successfully, but these errors were encountered: