NabtoClient.addMdnsResultListener()
DESCRIPTION
Add a mdns result listener which only returns results for the given subtype.
DECLARATION
public abstract void addMdnsResultListener(MdnsResultListener listener, String subtype)
PARAMETERS
listener:
- the mdns result listener to add.
subtype:
- The subtype to listen for.
ERRORS
Throws the following exceptions:
None.
RETURN VALUES
None.
EXAMPLES
None.