Network Services API  2.80.00.17
Data Fields
SlNetConn_config_t Struct Reference

Global parameters and attributes used to establish connections. More...

#include <ti/net/slnetconn.h>

Collaboration diagram for SlNetConn_config_t:
Collaboration graph

Data Fields

uint32_t ifBitmap
 
char * pServerAddress
 
uint16_t serverAddrFamily
 

Detailed Description

Global parameters and attributes used to establish connections.

This structure is set using the SlNetConn_setConfiguration(). If the function is not called the default values will apply.

See also
SlNetConn_setConfiguration()

Field Documentation

§ ifBitmap

uint32_t SlNetConn_config_t::ifBitmap

bitmask of SlNet interfaces that will be used to establish the connection. The bit corresponds to the I/F ID as defined when using SlNetIf_add(). Default is 0 (which means all available interfaces).

§ pServerAddress

char* SlNetConn_config_t::pServerAddress

IP address of a global server used to verify the internet connection. Default is "8.8.8.8" (google DNS server).

§ serverAddrFamily

uint16_t SlNetConn_config_t::serverAddrFamily

global server address family:


The documentation for this struct was generated from the following file:
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale