M2MResource. This class is the base class for mbed Client Resources. More...
#include "mbed-client/m2mvector.h"
#include "mbed-client/m2mresourcebase.h"
#include "mbed-client/m2mresourceinstance.h"
#include "mbed-client/coap_response.h"
#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
class | M2MResource |
The base class for Client Resources. More... | |
class | M2MResource::M2MExecuteParameter |
M2MResource::M2MExecuteParameter. This class handles the "Execute" operation arguments. More... | |
Typedefs | |
typedef Vector< M2MResourceInstance * > | M2MResourceInstanceList |
M2MResource. This class is the base class for mbed Client Resources.
All defined LwM2M object models can be created using it. This class will also hold all resources instances associated with the given object.