OpenWSN Firmware
|
TCP Print application. More...
Functions | |
void | tcpprint_init (void) |
bool | tcpprint_shouldIlisten (void) |
void | tcpprint_receive (OpenQueueEntry_t *msg) |
void | tcpprint_connectDone (owerror_t error) |
void | tcpprint_sendDone (OpenQueueEntry_t *msg, owerror_t error) |
bool | tcpprint_debugPrint (void) |
TCP Print application.
void tcpprint_connectDone | ( | owerror_t | error | ) |
bool tcpprint_debugPrint | ( | void | ) |
void tcpprint_init | ( | void | ) |
void tcpprint_receive | ( | OpenQueueEntry_t * | msg | ) |
void tcpprint_sendDone | ( | OpenQueueEntry_t * | msg, |
owerror_t | error | ||
) |
bool tcpprint_shouldIlisten | ( | void | ) |