MdnsResultReceiver.onResultReady
DESCRIPTION
The implementation is invoked when an mDNS result is ready.
DECLARATION
func onResultReady(result: MdnsResult)
PARAMETERS
result:
- The callback result.
ERRORS
Throws the following errors:
None.
RETURN VALUES
None.
EXAMPLES
None.