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
Diff: ip6/udp6.h
- Revision:
- 10:f0854784e960
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ip6/udp6.h Sun Apr 16 14:21:55 2017 +0000 @@ -0,0 +1,2 @@ +extern int Udp6HandleReceivedPacket(char* srcIp, char* dstIp, int* pSize, void* pPacket); +extern int Udp6PollForPacketToSend (void* pPacket, int* pSize, char* pSrcIp, char* pDstIp);