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

Parámetros

bytes The array of data to be sent.
numBytes The number of bytes in the array to be sent.
channelId The transport channel to send on.

Valor de retorno

bool Success if data was sent.

Descripción

This sends an array of bytes on the connection.