Get parameter information (attributes)
The method part of the request shall be set to <GetParamInfo>.
This method has the following input parameters.
•  <ParamName>: This is the full name of the parameter.
This is an example of the contents of the <Request> field.
<request>
  <ClientInfo>
    <cid>1</cid>
    <rid>28</rid>
  </clientInfo>
  <type>invokeMethod</type>
  <targetComponent>ParameterServer</targetComponent>
  <method>
    <GetParamInfo>
      <paramName>
      AcousticDeviceSynchroniser/Interval
      </paramName>
    </GetParamInfo>
  <method>
</request>
The server application will respond with a Response message. This method has the following output parameters.
•  <Attributes>: This is the attributes of the current parameter.
•  <Value>: This is the value of the parameter.
•  <TimeStamp>: This is the time when the value was updated.
This is an example of the contents of the <Response> field.
<response>
  <ClientInfo>
    <cid dt="3">1</cid>
    <rid dt="3">28</rid>
  </clientInfo>
  <fault>
    <detail>
      <errorcode dt="3">0</errorcode>
      <errorcode1 dt="3">0</errorcode1>
      <message dt="8"></message>
    </detail>
  </fault>
  <GetParamInfoResponse>
    <paramInfo>
      <attributes>
        <AccessLevel dt="3">0</AccessLevel>
        <Default dt="3">0</Default>
        <Description dt="8">
        Setting the ping interval in ms
        </Description>
        <Maximum dt="3">2147483647</Maximum>
        <Minimum dt="3" >-2147483648</Minimum>
        <Name dt="8">Interval</Name>
        <Status dt="3">0</Status>
        <Type dt="3">3</Type>
      </attributes>
      <value dt="3">1000</value>
      <timeStamp dt="8">0</timeStamp>
    </paramInfo>
  </GetParameInfoResponse>
</response>