BonsoirLinux class

Class for Linux implementation through Bonjour interface.

Inheritance
  • Object
  • PlatformInterface
  • BonsoirLinux

Constructors

BonsoirLinux.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createBroadcastAction(BonsoirService service, {bool printLogs = kDebugMode}) → AvahiBonsoirBroadcast
This method returns an initialized subclass of BonsoirAction holding the eventStreams and other state needed for the implementations.
createDiscoveryAction(String type, {bool printLogs = kDebugMode}) → AvahiBonsoirDiscovery
This method returns an initialized subclass of BonsoirAction holding the eventStreams and other state needed for the implementations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith() → void
Attaches Bonsoir for Linux to the Bonsoir platform interface.

Constants

avahi → const String
The Avahi package name.