Raritan PX2/PX3 JSON-RPC API
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
NameService.idl
1 
2 module jsonrpc {
3 
5  interface NameService {
6 
14  Object lookup(in string name);
15  };
16 
17 }
RPC Object Name Service.
Definition: NameService.idl:5