24#ifndef DBUS_LOCAL_API_H__
25#define DBUS_LOCAL_API_H__
41 LocalApiResult SendRaise();
43 LocalApiResult SendOpen(
const char* path);
45 LocalApiResult SendQuit();
47 LocalApiResult GetRestEndpoint();
Implement LocalClientApi on linux using Dbus mechanisms.
Base interface for local clients.
DBus interface header file.
The local API has a server side handling commands and a client part issuing commands.