mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: mbed-connector-interface/Utils.h
- Revision:
- 10:3f79b5e67c22
- Parent:
- 8:f950fb1b78c0
--- a/mbed-connector-interface/Utils.h Wed Feb 24 14:50:03 2016 +0000 +++ b/mbed-connector-interface/Utils.h Fri Mar 04 19:16:57 2016 +0000 @@ -25,6 +25,7 @@ extern void *utils_init_endpoint(bool canActAsRouterNode); extern void utils_configure_endpoint(void *p); extern void utils_build_endpoint(void *p); +extern uint16_t extract_port_from_url(char *url,uint16_t default_port); #endif // __UTILS_H__