DBusIntrospectInterface class

Introspection information about a D-Bus interface.

Constructors

DBusIntrospectInterface(String name, {List<DBusIntrospectMethod> methods = const [], List<DBusIntrospectSignal> signals = const [], List<DBusIntrospectProperty> properties = const [], List<DBusIntrospectAnnotation> annotations = const []})
DBusIntrospectInterface.fromXml(XmlNode node)
factory

Properties

annotations List<DBusIntrospectAnnotation>
Annotations for this interface.
final
hashCode int
The hash code for this object.
no setteroverride
methods List<DBusIntrospectMethod>
Methods on this interface.
final
name String
Name of the interface, e.g. 'org.freedesktop.DBus'.
final
properties List<DBusIntrospectProperty>
Properties on this interface.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signals List<DBusIntrospectSignal>
Signals emitted on this interface.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
toXml() → XmlNode

Operators

operator ==(Object other) bool
The equality operator.
override