1Net.sendBytes(3kaya)         Kaya module reference        Net.sendBytes(3kaya)
2
3
4

NAME

6       Net::sendBytes - Send binary data across a connection.
7

SYNOPSIS

9       Void sendBytes( NetHandle h, Binary d )
10

ARGUMENTS

12       h The connection
13
14       d The data to send
15

DESCRIPTION

17       Send  binary  data across a connection. This function does not yet sup‐
18       port TLS connections.
19

AUTHORS

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

LICENSE

25       The  Kaya  standard  library  is free software; you can redistribute it
26       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
27       License  (version  2.1  or  any later version) as published by the Free
28       Software Foundation.
29
31       Binary.Binary (3kaya)
32       Net.NetHandle (3kaya)
33       Net.accept (3kaya)
34       Net.closeConnection (3kaya)
35       Net.connect (3kaya)
36       Net.send (3kaya)
37       Net.sendByte (3kaya)
38       Net.recv (3kaya)
39
40
41
42Kaya                             December 2010            Net.sendBytes(3kaya)
Impressum