cnet

Send method of cnet::Socket

The Send methods sends data thru the socket

Syntax

int Send(
    const cnet::Bytes& data
);

Parameters

data

The data to send

Return value

The amount of data sent