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

파라미터

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.

설명

Send data to peer.