Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of UIPEthernet by
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
Generated on Tue Jul 12 2022 18:10:58 by
