mbed OS5
Fork of UIPEthernet by
utility/uip_debug.h
- Committer:
- hudakz
- Date:
- 2015-03-08
- Revision:
- 4:d774541a34da
- Parent:
- 3:5b17e4656dd0
- Child:
- 8:4acb22344932
File content as of revision 4:d774541a34da:
#ifndef UIP_DEBUG_H #define UIP_DEBUG_H extern "C" { #import "utility/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