AWS IoT Device SDK C: Defender
AWS IoT Device Defender library
Return to main page ↑
AwsIotDefenderStartInfo_t Struct Reference

Parameters of AwsIotDefender_Start function. More...

#include <aws_iot_defender.h>

Data Fields

const char * pClientIdentifier
 MQTT client identifier (required).
 
uint16_t clientIdentifierLength
 Length of IotMqttConnectInfo_t.pClientIdentifier (required).
 
IotMqttConnection_t mqttConnection
 MQTT connection used by defender (required).
 
AwsIotDefenderCallback_t callback
 

Detailed Description

Parameters of AwsIotDefender_Start function.

Field Documentation

◆ callback

AwsIotDefenderCallback_t AwsIotDefenderStartInfo_t::callback

Callback function parameter (optional).


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