-
Notifications
You must be signed in to change notification settings - Fork 74
Net TcpSocketSend
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Send some data.
sent, err = function TcpSocket:send(data)
- data, the data to send
- sent, the number of bytes sent or nil on failure
- err, the error message