Version: 5.4

NetworkTransport.StartBroadcastDiscovery

Cambiar al Manual
public static bool StartBroadcastDiscovery (int hostId, int broadcastPort, int key, int version, int subversion, byte[] buffer, int size, int timeout, out byte error);

Parámetros

hostId Host id which should be reported via broadcast (broadcast receivers will connect to this host).
broadcastPort Port using for broadcast message (usuall port of broadcast receivers).
key Part of credentials, if key of receiver will not be equal to key of sender broadcast message will drop.
version Part of credentials.
subversion Part of credentials.
buffer Complimentary message. This message will delivered to receiver with Broadcast event.
size Size of message.
timeout How often broadcast message shoule be sent (ms).
error Error.

Valor de retorno

bool Return true if broadcasting request has been submitted.

Descripción

Function starts send broadcasting message in all local subnets.