MQTT C Client Libraries Internals
Data Fields
Sockets Struct Reference

Structure to hold all socket data for the module. More...

#include <Socket.h>

Collaboration diagram for Sockets:
Collaboration graph
[legend]

Data Fields

fd_set rset
 socket read set (see select doc)
 
fd_set rset_saved
 saved socket read set
 
int maxfdp1
 max descriptor used +1 (again see select doc)
 
Listclientsds
 list of client socket descriptors
 
ListElementcur_clientsds
 current client socket descriptor (iterator)
 
Listconnect_pending
 list of sockets for which a connect is pending
 
Listwrite_pending
 list of sockets for which a write is pending
 
fd_set pending_wset
 socket pending write set for select
 

Detailed Description

Structure to hold all socket data for the module.


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