NabtoClient.createMdnsScanner() Overload 1
DESCRIPTION
Create an MdnsScanner to scan for devices using mDNS. Fundamentally just uses the NabtoClient.addMdnsResultListener method.
DECLARATION
public abstract MdnsScanner createMdnsScanner()
Overload 2
DESCRIPTION
Create an MdnsScanner to scan for devices using mDNS with a specific subtype. Fundamentally just uses the NabtoClient.addMdnsResultListener method.
DECLARATION
public abstract MdnsScanner createMdnsScanner(String subtype)
PARAMETERS
subtype:
- The subtype to scan for.