Unsubscribe from parameter notifications
The method part of the request shall be set to <CloseSubscription>.
This command can be used to stop parameter notification for one single parameter. The command must be repeated for each individual parameter if notifications from multiple parameters shall be stopped. This method has the following input parameters.
•  <ParamName>: This is the full name of the parameter.
•  <cookie>: This is the identification of the current subscription.
This is an example of the contents of the <Request> field.
<request>
  <ClientInfo>
    <cid>1</cid>
    <rid>29</rid>
  </clientInfo>
  <type>invokeMethod</type>
  <targetComponent>ParameterServer</targetComponent>
  <method>
    <CloseSubscription>
      <paramName>
      AcousticDeviceSynchroniser/Interval
      </paramName>
      <cookie>10001</cookie>
    </CloseSubscription>
  <method>
</request>
The server application will respond with a Response message. Except for the error codes, the <CloseSubscription> method has no output parameters. This is an example of the contents of the <Response> field.
<response>
  <ClientInfo>
    <cid dt="3">1</cid>
    <rid dt="3">29</rid>
  </clientInfo>
  <fault>
    <detail>
      <errorcode dt="3">0</errorcode>
      <errorcode1 dt="3">0</errorcode1>
      <message dt="8"></message>
    </detail>
  </fault>
</response>