SyncBody
SyncBody contains one or more DM commands. The following example shows the body component of a DM Message. In this example SyncBody contains only one command, Replace
. This is indicated by the <Final />
tag which occurs immediately after the terminating tag for the Replace
command.
<SyncBody>
<!-- change a registry settings -->
<Replace>
<CmdID>2</CmdID>
<Item>
<Target>
<LocURI>./Vendor/MSFT/Registry/SampleKey</LocURI>
</Target>
<Data>16</Data>
</Item>
</Replace>
<Final />
</SyncBody>
See Also
OMA DM Provisioning Files | SyncHdr | OMA DM Protocol Command Elements
Send Feedback on this topic to the authors