Send Data on Socket Object

tcp_client

n = socko:send(txt)

Parameter Type Description
txt string Data to send
Returns Type Description
n integer Number of bytes

Errors are reported in the form nil, errorcode, errmsg

udp

n = send(txt, peername, peerport, [intf])

Parameter Type Description
txt string Data to send
peername string Device to send to
peerport integer Port to send to
intf string Interface name (See )
Returns Type Description
n integer Number of bytes