3.1.5.2.1 Status

The Status response command MUST be returned by the client in response to any command issued by the server. Multiple Status response commands, each with a unique CmdID (section 2.2.3.2), MAY exist in a single message.

The following XML snippet shows example usage of the Status response command. The syntax for the Status element type is specified in section 2.2.6.1.

 <SyncBody>
     <Status>
       <CmdID>1</CmdID>
       <MsgRef>1</MsgRef>
       <CmdRef>5</CmdRef>
       <Cmd>Get</Cmd>
       <Data>200</Data>
     </Status>
     ...
   </SyncBody>