public void OnReceivedBroadcast (string fromAddress, string data);

Parámetros

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

Descripción

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