AvahiBonsoir class

Class for Linux implementation through Bonjour interface.

Inheritance
  • Object
  • PlatformInterface
  • AvahiBonsoir

Constructors

AvahiBonsoir()

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}) → BonsoirAction<BonsoirBroadcastEvent>
This method returns an initialized subclass of BonsoirAction holding the eventStreams and other state needed for the implementations.
createDiscoveryAction(String type, {bool printLogs = kDebugMode}) → BonsoirAction<BonsoirDiscoveryEvent>
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
pickDiscoveryFactory() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

isModernAvahi() Future<bool>
registerWith() → void