mbed OS5

Fork of UIPEthernet by Zoltan Hudak

utility/uip_debug.h

Committer:
pilotak
Date:
2017-08-06
Revision:
9:e55652bed36c
Parent:
8:4acb22344932

File content as of revision 9:e55652bed36c:

#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