Version: 5.5
public static bool Send (int hostId, int connectionId, int channelId, byte[] buffer, int size, out byte error);

Parámetros

hostId Host id associated with this connection.
connectionId Id of the connection.
channelId The channelId to send on.
buffer Buffer containing the data to send.
size Size of the buffer.
error Error (can be casted to NetworkError for more information).

Descripción

Send data to peer.