Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net.protocol(3kaya) [debian man page]

Net.Protocol(3kaya)					       Kaya module reference					       Net.Protocol(3kaya)

NAME
Net::Protocol - The protocol to use SYNOPSIS
Net::Protocol< > = TCP() | TCP_IPv4() | TCP_IPv6() DESCRIPTION
The network protocol to use for connections. IPv6 is not currently supported. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. Kaya October 2012 Net.Protocol(3kaya)

Check Out this Related Man Page

Net.sendBytes(3kaya)					       Kaya module reference					      Net.sendBytes(3kaya)

NAME
Net::sendBytes - Send binary data across a connection. SYNOPSIS
Void sendBytes( NetHandle h, Binary d ) ARGUMENTS
h The connection d The data to send DESCRIPTION
Send binary data across a connection. This function does not yet support TLS connections. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Binary.Binary(3kaya) Net.NetHandle(3kaya) Net.accept(3kaya) Net.closeConnection(3kaya) Net.connect(3kaya) Net.send(3kaya) Net.sendByte(3kaya) Net.recv(3kaya) Kaya October 2012 Net.sendBytes(3kaya)
Man Page