mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers uip_debug.h Source File

uip_debug.h

00001 #ifndef UIP_DEBUG_H
00002 #define UIP_DEBUG_H
00003 extern "C"
00004 {
00005 #import "utility/uip.h"
00006 }
00007 class   UIPDebug
00008 {
00009 public:
00010     static void uip_debug_printconns(void);
00011     static bool uip_debug_printcon(struct uip_conn* lhs, struct uip_conn* rhs);
00012     static void uip_debug_printbytes(const uint8_t* data, uint8_t len);
00013 };
00014 #endif