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.
Diff: mbed-connector-interface/OptionsBuilder.h
- Revision:
- 22:68fcdc40b397
- Parent:
- 10:3f79b5e67c22
--- a/mbed-connector-interface/OptionsBuilder.h Fri Jun 10 19:35:59 2016 +0000
+++ b/mbed-connector-interface/OptionsBuilder.h Fri Jun 10 19:39:48 2016 +0000
@@ -222,7 +222,11 @@
Build our our immutable self
*/
Options *build();
-
+
+ /**
+ Set our Endpoint instance
+ */
+ void setEndpoint(void *endpoint);
};
} // namespace Connector