Version: 2017.3
public bool SendBytes (byte[] bytes, int numBytes, int channelId);

参数

bytes 要发送的数据数组。
numBytes 要发送的数组中的字节数。
channelId 用于发送数据的传输通道。

返回

bool 如果数据已发送,则成功。

描述

此函数会在连接上发送字节数组。