Mistake on this page? Email us
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  mbed-cloud-client
  mbed-client
  mbed-client
 coap_response.hCoAP response code values
 functionpointer.hA class for storing and calling a pointer to a static or member void function
 m2mbase.hM2MBase. This class is the base class based on which all LwM2M object models can be created
 m2mblockmessage.hM2MBlockMessage. This class contains the data of an incoming block message
 m2mconfig.hFile defining all system build time configuration used by mbed-client
 m2mconnectionhandler.hM2MConnectionHandler. This class handles the socket connection for the LWM2M Client
 m2mconnectionobserver.hM2MConnectionObserver. The observer class for passing the socket activity to the state machine
 m2mconnectionsecurity.hM2MConnectionSecurity. 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.hFile defining all the constants used across mbed-client
 m2mdevice.hM2MDevice. This class represents the Device Object model of the LwM2M framework
 m2mendpoint.hM2MEndpoint. This class can be used to represent an LwM2M Device endpoint and it contains a list of LwM2M objects
 m2mfirmware.hM2MFirmware. 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.hM2MInterface. 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.hM2MInterfaceFactory. 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.hM2MInterfaceObserver 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.hM2MObject. This class is the base class for the mbed Client Objects
 m2mobjectinstance.hM2MObjectInstance. 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.hM2MObservationHandler. An interface for handling observation callbacks from different objects
 m2mreportobserver.hM2MReportObserver. An interface for inviting the base class to send a report to the server
 m2mresource.hM2MResource. This class is the base class for mbed Client Resources
 m2mresourcebase.hM2MResourceBase. This class is the base class for mbed Client Resources. All defined LWM2M resource models can be created based on it
 m2mresourceinstance.hM2MResourceInstance. This class is the base class for mbed Client Resources. All defined LWM2M resource models can be created based on it
 m2msecurity.hM2MSecurity. 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.hM2MServer. 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.hA simple C++ string class, used as replacement for std::string
 m2mstringbuffer.hStringBuffer. This class performs common string concatenation operations on a fixed-sized buffers
 m2mstringbufferbase.hStringBufferBase. This class is the base class for fixed-sized string buffers
 m2mtimer.hM2MTimer. Timer class for mbed client
 m2mtimerobserver.hM2MTimerObserver. Observer class for indicating the timer expiry to the parent class
 m2mvector.hA simple C++ Vector class, used as replacement for std::vector
 uriqueryparser.hProvides helper functions for parsing URI query parameters