AvahiDiscoveryV2 class

Uses newer Avahi versions to discover a given service type.

Inheritance

Constructors

AvahiDiscoveryV2.new({required DBusClient busClient})
Creates a new Avahi discovery v2 instance.

Properties

busClient → DBusClient
The DBus client.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAvahiRecordBrowser(AvahiBonsoirDiscovery discovery, BonsoirService service) Future<AvahiRecordBrowser>
Creates a Avahi record browser for the given service.
override
getAvahiServiceBrowserPath(String serviceType) Future<String>
Creates the Avahi service browser path.
override
initialize() → void
Initializes the handler.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveService(AvahiBonsoirDiscovery discovery, BonsoirService service, AvahiServiceBrowserItemNew event) Future<void>
Resolves a service using its event.
override
toString() String
A string representation of this object.
inherited

Operators

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