This version of Unity is unsupported.
Method group is Obsolete

NetworkDiscovery.OnReceivedBroadcast

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void OnReceivedBroadcast(string fromAddress, string data);

Parameters

fromAddress The IP address of the server.
data The data broadcast by the server.

Description

This is a virtual function that can be implemented to handle broadcast messages when running as a client.