Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

Embed: (wiki syntax)

« Back to documentation index

mbedtls_net_context Struct Reference

mbedtls_net_context Struct Reference

Wrapper type for sockets. More...

#include <net_sockets.h>

Data Fields

int fd
 The underlying file descriptor.

Detailed Description

Wrapper type for sockets.

Currently backed by just a file descriptor, but might be more in the future (eg two file descriptors for combined IPv4 + IPv6 support, or additional structures for hand-made UDP demultiplexing).

Definition at line 87 of file net_sockets.h.


Field Documentation

int fd

The underlying file descriptor.

Definition at line 89 of file net_sockets.h.