OpenWSN Firmware
tcpprint.h
Go to the documentation of this file.
1 #ifndef __TCPPRINT_H
2 #define __TCPPRINT_H
3 
11 //=========================== define ==========================================
12 
13 //=========================== typedef =========================================
14 
15 //=========================== variables =======================================
16 
17 //=========================== prototypes ======================================
18 
19 void tcpprint_init(void);
20 bool tcpprint_shouldIlisten(void);
24 bool tcpprint_debugPrint(void);
25 
31 #endif
void tcpprint_connectDone(owerror_t error)
Definition: tcpprint.c:27
void tcpprint_init()
Definition: tcpprint.c:13
bool tcpprint_shouldIlisten()
Definition: tcpprint.c:16
void tcpprint_receive(OpenQueueEntry_t *msg)
Definition: tcpprint.c:20
uint8_t owerror_t
Definition: openwsn.h:265
bool tcpprint_debugPrint()
Definition: tcpprint.c:33
Definition: openwsn.h:288
void tcpprint_sendDone(OpenQueueEntry_t *msg, owerror_t error)
Definition: tcpprint.c:30