Class DBusObject
Base class for D-Bus proxy objects.
public class DBusObject
- Inheritance
-
DBusObject
- Inherited Members
Constructors
DBusObject(DBusConnection, string, ObjectPath)
Initializes a new instance of the DBusObject class.
protected DBusObject(DBusConnection connection, string destination, ObjectPath path)
Parameters
connectionDBusConnectionThe connection to the message bus.
destinationstringThe destination bus name.
pathObjectPathThe object path.
Properties
Connection
Gets the connection to the message bus.
public DBusConnection Connection { get; }
Property Value
Destination
Gets the destination bus name.
public string Destination { get; }
Property Value
Path
Gets the object path.
public ObjectPath Path { get; }
Property Value
Service
Gets a DBusService instance for the destination.
public DBusService Service { get; }