5.6.6.3. vlcp.service.utils.remoteapi

Note

This document is generated from the source file.

View Source on GitHub

class vlcp.service.utils.remoteapi.RemoteCall(server)

Route local API calls to remote management API.

__init__(server)

Constructor

call(remote_module, method, timeout, params)

Call remote API

Parameters:
  • remote_module – target name for the remote module
  • method – method name of the API
  • timeout – timeout for the call
  • params – A dictionary contains all the parameters need for the call
Returns:

Return result from the remote call