Version: 2017.3

NetworkDiscovery.OnReceivedBroadcast

Cambiar al Manual
public void OnReceivedBroadcast (string fromAddress, string data);

Parámetros

fromAddress The IP address of the server.
data The 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.