OpenWSN Firmware
tcpecho.h
Go to the documentation of this file.
1 #ifndef __TCPECHO_H
2 #define __TCPECHO_H
3 
11 //=========================== define ==========================================
12 
13 //=========================== typedef =========================================
14 
15 //=========================== variables =======================================
16 
17 //=========================== prototypes ======================================
18 
19 void tcpecho_init(void);
20 bool tcpecho_shouldIlisten(void);
23 void tcpecho_connectDone(owerror_t error);
24 bool tcpecho_debugPrint(void);
25 
31 #endif
void tcpecho_connectDone(owerror_t error)
Definition: tcpecho.c:46
void tcpecho_receive(OpenQueueEntry_t *msg)
Definition: tcpecho.c:20
void tcpecho_sendDone(OpenQueueEntry_t *msg, owerror_t error)
Definition: tcpecho.c:34
uint8_t owerror_t
Definition: openwsn.h:265
void tcpecho_init()
Definition: tcpecho.c:13
bool tcpecho_shouldIlisten()
Definition: tcpecho.c:16
Definition: openwsn.h:288
bool tcpecho_debugPrint()
Definition: tcpecho.c:49