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

Parámetros

hostId Id of udp socket using for send.
connectionId Id of connection.
channelId If for channel.
buffer Binary buffer containing data for sending.
size Buffer size.
error Possible error.

Descripción

Send data to peer.