1Sockets.send(3kaya)          Kaya module reference         Sockets.send(3kaya)
2
3
4

NAME

6       Sockets::send - Send data to a socket
7

SYNOPSIS

9       Void send( Socket s, String msg )
10

ARGUMENTS

12       s The socket
13
14       msg Text data to send
15

DESCRIPTION

17       Send text data to a socket.
18

AUTHORS

20       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
21       (kaya@kayalang.org). For further information see http://kayalang.org/
22

LICENSE

24       The Kaya standard library is free software;  you  can  redistribute  it
25       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
26       License (version 2.1 or any later version) as  published  by  the  Free
27       Software Foundation.
28
30       Sockets.Socket (3kaya)
31       Sockets.sendByte (3kaya)
32       Sockets.sendBytes (3kaya)
33       Sockets.recv (3kaya)
34
35
36
37Kaya                             December 2010             Sockets.send(3kaya)
Impressum