123

utility/uip_debug.h

Committer:
hudakz
Date:
2014-12-20
Revision:
3:5b17e4656dd0
Child:
4:d774541a34da

File content as of revision 3:5b17e4656dd0:

#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