Creating and configuring Objects and Resources
This section explains how to use our APIs to create and configure different types of Objects, Object Instances and Resources for Device Management Client.
The API complies with the OMA LwM2M specifications. To keep your application compliant, you need to create Objects, and under them Object Instances. Each Object Instance then has Resources. You can create an M2MResource
from the M2MObjectInstance
class, and an M2MResourceInstance
from the M2MObjectInstance
class.
You can then communicate these Resources to Device Management Connect.