Raritan PX2/PX3 JSON-RPC API
pdu-json-rpc-api
idl
NameService.idl
1
/* SPDX-License-Identifier: BSD-3-Clause */
2
/*
3
* Copyright 2011 Raritan Inc. All rights reserved.
4
*/
5
6
/** Raritan JSON-RPC */
7
module
jsonrpc
{
8
9
/** RPC Object Name Service */
10
interface
NameService
{
11
12
/**
13
* Find an RPC object by its resource ID or well-known name.
14
*
15
* @param name Resource id or well-known name
16
*
17
* @returns Object reference; \c nil if the name can't be resolved
18
*/
19
Object lookup(in
string
name);
20
};
21
22
}
jsonrpc::NameService
RPC Object Name Service.
Definition:
NameService.idl:10
jsonrpc
Raritan JSON-RPC.
Definition:
NameService.idl:7
Generated on Fri Aug 21 2020 10:20:37 for Raritan PX2/PX3 JSON-RPC API by
1.8.14