|
OpenWSN Firmware
|
TCP Echo application. More...
Functions | |
| void | tcpecho_init (void) |
| bool | tcpecho_shouldIlisten (void) |
| void | tcpecho_receive (OpenQueueEntry_t *msg) |
| void | tcpecho_sendDone (OpenQueueEntry_t *msg, owerror_t error) |
| void | tcpecho_connectDone (owerror_t error) |
| bool | tcpecho_debugPrint (void) |
TCP Echo application.
| void tcpecho_connectDone | ( | owerror_t | error | ) |
| bool tcpecho_debugPrint | ( | void | ) |
| void tcpecho_init | ( | void | ) |
| void tcpecho_receive | ( | OpenQueueEntry_t * | msg | ) |
| void tcpecho_sendDone | ( | OpenQueueEntry_t * | msg, |
| owerror_t | error | ||
| ) |
| bool tcpecho_shouldIlisten | ( | void | ) |