use TCP to connect to mbed connector
Fork of mbedConnectorInterfaceWithDM by
Diff: mbed-connector-interface/ConnectorEndpoint.h
- Revision:
- 33:1d0b855df5a5
- Parent:
- 27:b8aaf7dc7023
- Child:
- 43:3fb57c4fba34
--- a/mbed-connector-interface/ConnectorEndpoint.h Tue Jun 14 19:04:08 2016 +0000 +++ b/mbed-connector-interface/ConnectorEndpoint.h Tue Jun 14 19:29:30 2016 +0000 @@ -25,11 +25,12 @@ // mbed-client support #include "mbed-client/m2minterfacefactory.h" -#include "mbed-client/m2mdevice.h" #include "mbed-client/m2minterfaceobserver.h" #include "mbed-client/m2minterface.h" #include "mbed-client/m2mobjectinstance.h" #include "mbed-client/m2mresource.h" +#include "mbed-client/m2mdevice.h" +#include "mbed-client/m2mfirmware.h" // Support for Logging/Debug output #include "mbed-connector-interface/Logger.h" @@ -174,7 +175,7 @@ M2MSecurity *create_server_instance(); // Device Manager - void *m_device_manager; + void *m_device_manager; // DynamicResource Lookup DynamicResource *lookupDynamicResource(M2MBase *base);