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: IoT_Ex BatteryModelTester BatteryModelTester
Fork of WiflyInterface by
Diff: Socket/UDPSocket.h
- Revision:
- 15:eaa1ec0e26bf
- Parent:
- 1:fb4494783863
--- a/Socket/UDPSocket.h Sat Feb 20 16:39:09 2016 +0000
+++ b/Socket/UDPSocket.h Sat Feb 20 17:20:28 2016 +0000
@@ -39,6 +39,10 @@
*/
int init(void);
+
+ // Set the baud rate to the wifly interface AND mbed serial port.
+ void setBaud(int baudrate);
+
/** Bind a UDP Server Socket to a specific port
\param port The port to listen for incoming connections on
\return 0 on success, -1 on failure.
