M2MResourceBase. This class is the base class for mbed Client Resources. All defined LWM2M resource models can be created based on it. More...
Go to the source code of this file.
Data Structures | |
class | M2MResourceBase |
Typedefs | |
typedef FP1< void, void * > | execute_callback |
typedef void(* | execute_callback_2) (void *arguments) |
typedef FP0< void > | notification_sent_callback |
typedef void(* | notification_sent_callback_2) (void) |
typedef FP1< void, M2MBlockMessage * > | incoming_block_message_callback |
typedef FP3< void, const String &, uint8_t *&, uint32_t & > | outgoing_block_message_callback |
M2MResourceBase. This class is the base class for mbed Client Resources. All defined LWM2M resource models can be created based on it.