Version: 5.3
public static bool StartSendMulticast (int hostId, int channelId, byte[] buffer, int size, out byte error);

파라미터

hostId Id of udp socket used to establish connection.
channelId First connection id from group connection.
buffer Data buffer.
size Data buffer length.
error Possible error.

설명

Start process sending message per group of connected connection.