Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Fri Sep 22 13:55:56 2017 +0000
Revision:
35:93c39d260a83
Parent:
29:39277bf2003d
Child:
37:793b39683406
Added name resolution and address resolution

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 35:93c39d260a83 1 extern char NsAddressToResolve[];
andrewboyson 35:93c39d260a83 2 extern bool NsResolveRequestFlag;
andrewboyson 35:93c39d260a83 3
andrewboyson 35:93c39d260a83 4 extern int NsHandleReceivedAdvertisement(void* pPacket, int* pSize);
andrewboyson 35:93c39d260a83 5 extern int NsHandleReceivedSolicitation (void* pPacket, int* pSize, uint8_t* pType, uint8_t* pCode);
andrewboyson 35:93c39d260a83 6 extern int NsGetWaitingSolicitation (void* pPacket, int* pSize, uint8_t* pType, uint8_t* pCode);