![]()  | 
  ![]()  | 
| 
    Network Services API
    2.75.00.17
    
   | 
 
#include <ti/net/mqtt/mqttclient.h>

Data Fields | |
| uint32_t | netconnFlags | 
| const char * | serverAddr | 
| uint16_t | port | 
| uint8_t | method | 
| uint32_t | cipher | 
| uint32_t | nFiles | 
| char *const * | secureFiles | 
Secure Socket Parameters to open a secure connection
| uint32_t MQTTClient_ConnParams::netconnFlags | 
Enumerate connection type
| const char* MQTTClient_ConnParams::serverAddr | 
Server Address: URL or IP
| uint16_t MQTTClient_ConnParams::port | 
Port number of MQTT server
| uint8_t MQTTClient_ConnParams::method | 
Method to tcp secured socket
| uint32_t MQTTClient_ConnParams::cipher | 
Cipher to tcp secured socket
| uint32_t MQTTClient_ConnParams::nFiles | 
Number of files for secure transfer
| char* const* MQTTClient_ConnParams::secureFiles |