luci/libs/luci-lib-rpcc/luasrc/rpcc.luadoc
Jo-Philipp Wich ed1a641696 Fix module lines in several luadoc files
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-09-01 16:43:19 +02:00

36 lines
538 B
Text

---[[
LuCI RPC Client.
@cstyle instance
]]
module "luci.rpcc"
---[[
Create a new JSON-RPC stream client.
@class function
@param fd File descriptor
@param v1 Use protocol version 1.0
@return RPC Client
]]
---[[
Request an RP call and get the response.
@class function
@name Client.request
@param method Remote method
@param params Parameters
@param notification Notification only?
@return response
]]
---[[
Create a transparent RPC proxy.
@class function
@name Client.proxy
@param prefix Method prefix
@return RPC Proxy object
]]