variableList - Obtention of names and values of all variables in the room
XML request, sent by the client to the server
<protocol>
       <variableList [sid="2"]/>
</protocol> 
                    
Note: The function variableList returns only those variables whose attribute isPrivate is set to false.
XML response of the server to the client
<protocol>
     <response action="variableList" errorCode="0" [sid="2"]>
          <data variableCount="3">
              <a1>18</a1>
              <f1>118</f1>
              <c1>28</c1>
          </data>
     </response>
</protocol>
                    
Attribute
Meaning
variableCount
Number of variables in the room
data
In the section data, information about the variables is returned
errorCode
Error description
201
There are no variables in the room