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: source/Utils.cpp
- Revision:
- 4:d9603064630c
- Parent:
- 1:16f0fb5b8d97
- Child:
- 6:d4d1105a1777
--- a/source/Utils.cpp Sun Feb 21 15:50:46 2016 +0000 +++ b/source/Utils.cpp Sun Feb 21 16:21:47 2016 +0000 @@ -117,6 +117,10 @@ logger.log("Endpoint: registering endpoint and its resources..."); ep->register_endpoint(); + // complete the registration + logger.log("Completing Endpoint Registration"); + ep->complete_endpoint_registration(ep->getServer(),ep->getObjectList()); + // setup the shutdown button (K64F only...) #if defined(TARGET_K64F) utils_setup_deregistration_button(p);