Commands

 getAttrStringValueList. Not used.

 getFloatParameter. Gets the value of the parameter given as argument. It has to be in the list returned by the getFloatParameterList command.

 getFloatParameterList. Returns a list of parameters that are available for being read/write by the get/setFloatParameter commands.

 getIntParameter. Gets the value of the parameter given as argument. It has to be in the list returned by the getIntParameterList command.

 getIntParameterList. Returns a list of parameters that are available for being read/write by the get/setIntParameter commands.

 getStringParameter. Gets the value of the parameter given as argument. It has to be in the list returned by the getStringParameterList command.

 getStringParameterList. Returns a list of parameters that are available for being read/write by the get/setStringParameter commands.

 Refresh. Reads all values and configurations, and updates the values shown to the user.

 setFloatParameter. Sets a new value to the parameter given as argument. It has to be in the list returned by the getFloatParameterList command.

 setIntParameter. Sets a new value to the parameter given as argument. It has to be in the list returned by the getIntParameterList command.

 setStringParameter. Sets a new value to the parameter given as argument. It has to be in the list returned by the getStringParameterList command.