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

参数

hostId与此连接关联的主机 ID。
channelId通道 ID。
buffer包含要发送的数据的缓冲区。
size缓冲区的大小。
error错误(可以转换为 NetworkError 以便了解更多信息)。

描述

开始多播发送。