mbed OS5
Fork of UIPEthernet by
uitility/uip_debug.h
- Committer:
- hudakz
- Date:
- 2014-09-15
- Revision:
- 0:5350a66d5279
File content as of revision 0:5350a66d5279:
#ifndef UIP_DEBUG_H #define UIP_DEBUG_H extern "C" { #include "uip.h" } class UIPDebug { public: static void uip_debug_printconns(void); static bool uip_debug_printcon(struct uip_conn* lhs, struct uip_conn* rhs); static void uip_debug_printbytes(const uint8_t* data, uint8_t len); }; #endif