OpenWSN Firmware
udpecho.h
Go to the documentation of this file.
1 #ifndef __UDPECHO_H
2 #define __UDPECHO_H
3 
11 //=========================== define ==========================================
12 
13 //=========================== typedef =========================================
14 
15 //=========================== variables =======================================
16 
17 //=========================== prototypes ======================================
18 
19 void udpecho_init(void);
22 bool udpecho_debugPrint(void);
23 
29 #endif
uint8_t owerror_t
Definition: openwsn.h:265
void udpecho_sendDone(OpenQueueEntry_t *msg, owerror_t error)
Definition: udpecho.c:54
void udpecho_receive(OpenQueueEntry_t *request)
Definition: udpecho.c:17
bool udpecho_debugPrint()
Definition: udpecho.c:58
Definition: openwsn.h:288
void udpecho_init()
Definition: udpecho.c:14