SocketStats class. More...
#include <SocketStats.h>
| Static Public Member Functions | |
| static size_t | mbed_stats_socket_get_each (mbed_stats_socket_t *stats, size_t count) | 
| Fill the passed array of structures with the socket statistics for each created socket.  More... | |
SocketStats class.
Class to get the network socket statistics
Definition at line 59 of file SocketStats.h.
| 
 | static | 
Fill the passed array of structures with the socket statistics for each created socket.
| stats | A pointer to an array of mbed_stats_socket_t structures to fill | 
| count | The number of mbed_stats_socket_t structures in the provided array |