MdnsScannerService class abstract

Constructors

MdnsScannerService()

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

convertSrvToHostName({required InternetAddress internetAddress, required PtrResourceRecord ptr, required SrvResourceRecord srv}) ActiveHost
findAllActiveHostForSrv({required InternetAddress addressType, required MDnsClient client, required PtrResourceRecord ptr, required SrvResourceRecord srv}) Future<List<ActiveHost>>
findingMdnsWithAddress(String serviceType) Future<List<ActiveHost>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchMdnsDevices({bool forceUseOfSavedSrvRecordList = false}) Future<List<ActiveHost>>
This method searching for all the mdns devices in the network.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MdnsScannerService
no setter