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.
Dependents: oldheating gps motorhome heating
ns.h
00001 #include <stdbool.h> 00002 00003 extern bool NsTraceRecvSol; 00004 extern bool NsTraceRecvAdv; 00005 extern bool NsTraceSendSol; 00006 00007 extern char NsAddressToResolve[]; 00008 extern bool NsResolveRequestFlag; 00009 00010 extern int NsHandleReceivedAdvertisement(void (*traceback)(void), void* pPacket, int* pSize); 00011 extern int NsHandleReceivedSolicitation (void (*traceback)(void), uint8_t* pType, uint8_t* pCode, void* pPacketRx, int sizeRx, void* pPacketTx, int* pSizeTx); 00012 extern int NsGetWaitingSolicitation (void* pPacket, int* pSize, uint8_t* pType, uint8_t* pCode);
Generated on Tue Jul 12 2022 18:53:40 by
1.7.2