ruci.luadoc 223 B

12345678910111213141516
  1. ---[[
  2. Transparent UCI over RPC client.
  3. @cstyle instance
  4. ]]
  5. module "luci.rpcc.ruci"
  6. ---[[
  7. Create a new UCI over RPC proxy.
  8. @class function
  9. @name factory
  10. @param rpccl RPC client
  11. @return Network transparent UCI module
  12. ]]