Querying Device Information
The following example shows a query of the top-level DevInfo node.
<Get>
<CmdID>2</CmdID>
<Item>
<Target>
<LocURI>./DevInfo</LocURI>
</Target>
</Item>
</Get>
Response to Query
In response , the names of all the child nodes are sent similar to the following:
<Results>
<CmdID>3</CmdID>
<MsgRef>1</MsgRef>
<CmdRef>2</CmdRef>
<Item>
<Source>
<LocURI>./DevInfo</LocURI>
</Source>
<Meta>
<Format>node</Format>
</Meta>
<Data>DevId/Man/Mod/DmV/Lang</Data>
</Item>
</Results>
Based on this response, DevId, Man, Mod, DmV and Lang are the names of the nodes under the ./DevInfo node.
See Also
DevInfo Configuration Service Provider Examples for OMA DM | DevInfo Configuration Service Provider
Send Feedback on this topic to the authors