Web Development
xmlrpc.txt
Associated article: Managing Devices with XML-RPC
Tags: Web Development
Published source code accompanying the
Managing Devices with XML-RPC
by Brett Porter
Example 1:
value = get(parameterName [, index]);
where
value: Value or values associated with the
requested parameter or parent node.
parameterName: name of the desired parameter
or parent node.
index: optional, used to retrieve indexed
...


