UNPKG

dbus-sdk

Version:

A Node.js SDK for interacting with DBus, enabling seamless service calling and exposure with TypeScript support

12 lines 810 B
/** * Invokes a DBus service for testing or demonstration purposes. * Connects to a specified DBus service on a given bus address, sets up listeners for object manager signalsEjemplo: signals, * retrieves service objects and interfaces, and interacts with them by calling methods and accessing properties. * This function simulates a client interacting with a remote DBus service. * * @param serviceName - The name of the DBus service to connect to and interact with. * @param busAddress - The DBus bus address to connect to for accessing the service. * @returns A Promise that resolves when the interaction with the DBus service is complete. */ export declare function InvokeDBusServiceSpec(serviceName: string, busAddress: string): Promise<void>; //# sourceMappingURL=InvokeDBusService.spec.d.ts.map