▼ mbed-cloud-client | |
▼ mbed-client | |
▼ mbed-client | |
coap_response.h | CoAP response code values |
functionpointer.h | A class for storing and calling a pointer to a static or member void function |
m2mbase.h | M2MBase. This class is the base class based on which all LwM2M object models can be created |
m2mblockmessage.h | M2MBlockMessage. This class contains the data of an incoming block message |
m2mconfig.h | File defining all system build time configuration used by mbed-client |
m2mconnectionhandler.h | M2MConnectionHandler. This class handles the socket connection for the LWM2M Client |
m2mconnectionobserver.h | M2MConnectionObserver. The observer class for passing the socket activity to the state machine |
m2mconnectionsecurity.h | M2MConnectionSecurity. This class provides a method to create a secure socket connection to handle connectivity for the mbed Client. It handles sending, receiving and establishing a secure connection for mbed Client on top of the normal socket connection |
m2mconstants.h | File defining all the constants used across mbed-client |
m2mdevice.h | M2MDevice. This class represents the Device Object model of the LwM2M framework |
m2mendpoint.h | M2MEndpoint. This class can be used to represent an LwM2M Device endpoint and it contains a list of LwM2M objects |
m2mfirmware.h | M2MFirmware. This class represents the Firmware Object model of the LWM2M framework. It provides an interface for handling the Firmware Object and all its corresponding resources. There can be only one instance of a Firmware Object |
m2minterface.h | M2MInterface. This class provides an interface for handling all mbed Client interface operations defined in the OMA LWM2M specifications. This includes Bootstrapping, Client Registration, Device Management & Service Enablement and Information Reporting |
m2minterfacefactory.h | M2MInterfaceFactory. This is a factory class that provides an interface for creating an mbed Client Interface object for an application to utilize the LWM2M features provided by the client |
m2minterfaceobserver.h | M2MInterfaceObserver This is an observer class that updates the calling application about various events associated with various Interface operations. Also, it informs about various errors that can occur during any of the above operations |
m2mobject.h | M2MObject. This class is the base class for the mbed Client Objects |
m2mobjectinstance.h | M2MObjectInstance. This class is the instance class for mbed Client Objects. All defined LWM2M object models can be created based on it. This class also holds all resource instances associated with the given object |
m2mobservationhandler.h | M2MObservationHandler. An interface for handling observation callbacks from different objects |
m2mreportobserver.h | M2MReportObserver. An interface for inviting the base class to send a report to the server |
m2mresource.h | M2MResource. This class is the base class for mbed Client Resources |
m2mresourcebase.h | M2MResourceBase. This class is the base class for mbed Client Resources. All defined LWM2M resource models can be created based on it |
m2mresourceinstance.h | M2MResourceInstance. This class is the base class for mbed Client Resources. All defined LWM2M resource models can be created based on it |
m2msecurity.h | M2MSecurity. This class represents an interface for the Security Object model of the LWM2M framework. It handles the security object instances and all corresponding resources |
m2mserver.h | M2MServer. This class represents an interface for the Server Object model of the LWM2M framework. It handles the server object and all its corresponding resources |
m2mstring.h | A simple C++ string class, used as replacement for std::string |
m2mstringbuffer.h | StringBuffer. This class performs common string concatenation operations on a fixed-sized buffers |
m2mstringbufferbase.h | StringBufferBase. This class is the base class for fixed-sized string buffers |
m2mtimer.h | M2MTimer. Timer class for mbed client |
m2mtimerobserver.h | M2MTimerObserver. Observer class for indicating the timer expiry to the parent class |
m2mvector.h | A simple C++ Vector class, used as replacement for std::vector |
uriqueryparser.h | Provides helper functions for parsing URI query parameters |