A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ra.h Source File

ra.h

00001 #include <stdbool.h>
00002 
00003 extern bool RaTrace;
00004 
00005 extern int  RaHandleReceivedAdvertisement(void (*traceback)(void), void* pPacket, int* pSize);