Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

Embed: (wiki syntax)

« Back to documentation index

Netconn API

Netconn API

Thread-safe, to be called from non-TCPIP threads only. More...

Modules

 Common functions
 

For use with TCP and UDP.


 TCP only
 

TCP only functions.


 UDP only
 

UDP only functions.


 Network buffers
 

Network buffer descriptor for Netconn API.



Detailed Description

Thread-safe, to be called from non-TCPIP threads only.

TX/RX handling based on Network buffers (containing Packet buffers (PBUF)) to avoid copying data around.