Client.createMdnsScanner()

DESCRIPTION

Create an mDNS scanner to discover local devices. Returned object must be kept alive while in use.

DECLARATION

    public func createMdnsScanner(subType: String?=nil) -> MdnsScanner 

PARAMETERS

subType:
the mDNS subtype to scan for: If nil or the empty string, the mDNS subtype _nabto._udp.local is located; if subtype is specified, [subtype]._sub._nabto._udp.local is located.

THROWS ERRORS

NabtoEdgeClientError:

RETURNS

The MdnsScanner