Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Net::microPending - Return whether data is waiting at a socket. SYNOPSIS
Bool microPending( NetHandle h, Int timeout=100 ) ARGUMENTS
h The connection timeout The number of microseconds to wait for data before timing out (defaults to 100) DESCRIPTION
Return whether data is waiting at a socket, returning true if so, and returning false if there is still no data after the timeout period. 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
Net.NetHandle(3kaya) Net.microRecv(3kaya) Net.pending(3kaya) Net.recv(3kaya) Kaya October 2012 Net.microPending(3kaya)

Check Out this Related Man Page

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

NAME
Net::recvByte - Recieve data from a connection. SYNOPSIS
Int recvByte( NetHandle h, Int timeout=0 ) ARGUMENTS
h The connection timeout The number of microseconds to wait without input before timing out. The default is zero. DESCRIPTION
Reads a single byte from the connection, and times out after timeout microseconds. 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
Net.NetHandle(3kaya) Net.accept(3kaya) Net.connect(3kaya) Net.microPending(3kaya) Net.microRecv(3kaya) Net.pending(3kaya) Net.recv(3kaya) Net.recvBytes(3kaya) Net.send(3kaya) Kaya October 2012 Net.recvByte(3kaya)
Man Page