Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

TcpSocket:send

Send some data.

Method

SYNOPSIS

sent, err = function TcpSocket:send(data)

ARGUMENTS

  • data, the data to send

RETURNS

  • sent, the number of bytes sent or nil on failure
  • err, the error message

Clone this wiki locally