public void OnReceivedBroadcast (string fromAddress, string data);

Parameters

fromAddressThe IP address of the server.
dataThe data broadcast by the server.

Description

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