Header for M2MBase class. More...
#include <stdint.h>
#include "mbed-client/m2mconfig.h"
#include "mbed-client/m2mreportobserver.h"
#include "mbed-client/functionpointer.h"
#include "mbed-client/m2mstringbuffer.h"
#include "mbed-client/coap_response.h"
#include "nsdl-c/sn_nsdl.h"
#include "sn_coap_header.h"
#include "nsdl-c/sn_nsdl_lib.h"
Go to the source code of this file.
Data Structures | |
class | M2MBase |
struct | M2MBase::lwm2m_parameters |
LwM2M parameters. More... | |
Typedefs | |
typedef sn_coap_hdr_ | sn_coap_hdr_s |
typedef sn_nsdl_addr_ | sn_nsdl_addr_s |
typedef FP1< void, const char * > | value_updated_callback |
typedef void(* | value_updated_callback2) (const char *object_name) |
Header for M2MBase class.