Version: 5.3

NetworkTransport.StartBroadcastDiscovery

매뉴얼로 전환
public static bool StartBroadcastDiscovery (int hostId, int broadcastPort, int key, int version, int subversion, byte[] buffer, int size, int timeout, out byte error);

파라미터

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.

반환

bool Return true if broadcasting request has been submitted.

설명

Function starts send broadcasting message in all local subnets.