INabtoClient.CreateMdnsScanner()

DESCRIPTION

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

DECLARATION

Nabto.Edge.Client.IMdnsScanner CreateMdnsScanner(System.String)

PARAMETERS

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

ERRORS

  • T:Nabto.Edge.Client.AllocationException: if the underlying SDK fails allocating resources needed.

RETURNS

The MdnsScanner