Home2L - Python API v1.4-2-g83f4c (2025-08-23)
Smart Tools for a Private Home
Loading...
Searching...
No Matches
Functions
Directory Services

Description

Querying local metadata (for interactive debugging).

More details can be found in the C/C++ API documentation.

Collaboration diagram for Directory Services:

Functions

 RcGetHosts ()
 
 RcGetHost (*args)
 
 RcGetHostId (host)
 
 RcLocalHostId ()
 
 RcHosts ()
 Return a list of all known hosts (including our own one as #0).
 
 RcGetDrivers ()
 
 RcGetDriver (*args)
 
 RcGetDriverId (cur)
 
 RcDrivers ()
 Return a list of all locally defined drivers.
 
 RcLockHostResources (host)
 
 RcGetHostResource (host, n)
 
 RcUnlockHostResources (host)
 
 RcLockDriverResources (driver)
 
 RcGetDriverResource (driver, n)
 
 RcUnlockDriverResources (driver)
 
 RcHostResources (hostName)
 Return all known resources of a remote host.
 
 RcDriverResources (driverName)
 Return all local resources managed by a driver.
 
 RcResources ()
 Return a complete list of all known resources.
 

Function Documentation

◆ RcGetHosts()

RcGetHosts ( )
RcGetHosts() -> int

◆ RcGetHost()

RcGetHost ( args)
    RcGetHost(int n) -> CRcHost
    RcGetHost(char const * id) -> CRcHost *

◆ RcGetHostId()

RcGetHostId (   host)
RcGetHostId(CRcHost * host) -> char const *

◆ RcLocalHostId()

RcLocalHostId ( )
RcLocalHostId() -> char const *

◆ RcHosts()

RcHosts ( )

Return a list of all known hosts (including our own one as #0).

Return a list of all known hosts (including our own one as #0).

◆ RcGetDrivers()

RcGetDrivers ( )
RcGetDrivers() -> int

◆ RcGetDriver()

RcGetDriver ( args)
  RcGetDriver(int n) -> CRcDriver
  RcGetDriver(char const * lid) -> CRcDriver *

◆ RcGetDriverId()

RcGetDriverId (   cur)
RcGetDriverId(CRcDriver * cur) -> char const *

◆ RcDrivers()

RcDrivers ( )

Return a list of all locally defined drivers.

Return a list of all locally defined drivers.

◆ RcLockHostResources()

RcLockHostResources (   host)
RcLockHostResources(CRcHost * host) -> int

◆ RcGetHostResource()

RcGetHostResource (   host,
  n 
)
RcGetHostResource(CRcHost * host, int n) -> CResource

◆ RcUnlockHostResources()

RcUnlockHostResources (   host)
RcUnlockHostResources(CRcHost * host)

◆ RcLockDriverResources()

RcLockDriverResources (   driver)
RcLockDriverResources(CRcDriver * driver) -> int

◆ RcGetDriverResource()

RcGetDriverResource (   driver,
  n 
)
RcGetDriverResource(CRcDriver * driver, int n) -> CResource

◆ RcUnlockDriverResources()

RcUnlockDriverResources (   driver)
RcUnlockDriverResources(CRcDriver * driver)

◆ RcHostResources()

RcHostResources (   hostName)

Return all known resources of a remote host.

Return all known resources of a host. '/local' is an alias for the local host ID.

◆ RcDriverResources()

RcDriverResources (   driverName)

Return all local resources managed by a driver.

Return all local resources managed by a driver.

◆ RcResources()

RcResources ( )

Return a complete list of all known resources.

Return a complete list of all known resources.