Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Net::recvBytes - Recieve binary data from a connection. SYNOPSIS
Binary recvBytes( NetHandle h, Int maxlen=1024, Int timeout=0 ) ARGUMENTS
h The connection maxlen The maximum number of bytes to read. This argument must be a positive integer timeout The number of microseconds to wait without input before timing out. The default is zero. DESCRIPTION
Reads up to maxlen bytes from the connection as binary data, 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
Binary.Binary(3kaya) Net.NetHandle(3kaya) Net.accept(3kaya) Net.connect(3kaya) Net.microPending(3kaya) Net.microRecv(3kaya) Net.pending(3kaya) Net.recv(3kaya) Net.recvByte(3kaya) Net.send(3kaya) Kaya October 2012 Net.recvBytes(3kaya)

Check Out this Related Man Page

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

NAME
Net::send - Send data across a connection. SYNOPSIS
Void send( NetHandle h, String d ) ARGUMENTS
h The connection d The data to send DESCRIPTION
Send data across a connection. This function is not suitable for data containing null bytes, for which Net.sendByte(3kaya) or Net.send- Bytes(3kaya) should be used. 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.closeConnection(3kaya) Net.connect(3kaya) Net.sendByte(3kaya) Net.sendBytes(3kaya) Net.recv(3kaya) Kaya October 2012 Net.send(3kaya)
Man Page

9 More Discussions You Might Find Interesting

1. Linux

Binary Get Hanged

Hi, In our product we have use binary that fork the child process to make proxy the connection to device.But recently when we try to connect new configured device several times it get handed and binary stop making further new connection to device.it required to RESTART the services to make... (1 Reply)
Discussion started by: Anand Prakash
1 Replies

2. UNIX and Linux Applications

Binary Get Hanged

Hi, In our product we have use binary that fork the child process to make proxy the connection to device.But recently when we try to connect new configured device several times it get handed and binary stop making further new connection to device.it required to RESTART the services to make binary... (1 Reply)
Discussion started by: Anand Prakash
1 Replies

3. UNIX for Dummies Questions & Answers

Binary file

How can we see the contents of a binary file? (1 Reply)
Discussion started by: siba.s.nayak
1 Replies

4. Shell Programming and Scripting

Need help on "Net::SMPP" Module

Hi all, I have installed Net::SMPP module in my system and i want to send SMS using SMPP account. Please help me how to write the script for the same using Net::SMPP module. (0 Replies)
Discussion started by: sudhakaryadav
0 Replies

5. Shell Programming and Scripting

Net::SSLeay or Net::FTPSSL

Hello, I ran into an issue in one of my monitoring scripts. If I use the public ip address in my connection string everything works, but if I switch the connection string ip to 127.0.0.1 or the internal ip I get, " Connection refused at... (1 Reply)
Discussion started by: Styles
1 Replies

6. UNIX for Advanced & Expert Users

How to parse a binary file?

Hello to all in forum, Please your help with this. I have a binary file that is represented in Binary or Binary Coded Decimal (BCD). Do you know a parser for this kind of binary files? I have the structure format, but I don't know how and where to begin. You answer would be very... (15 Replies)
Discussion started by: Ophiuchus
15 Replies

7. Shell Programming and Scripting

Hexadecimal to Binary conversion

Hi Guys, Is it possible to convert the hexadecimal to Binary by unix command.....I could not figure out.... If I need to convert AF6D to binary...what could be the way to do? Thanks in advance!! ---------- Post updated at 02:57 AM ---------- Previous update was at 02:42 AM ---------- I... (6 Replies)
Discussion started by: Indra2011
6 Replies

8. What is on Your Mind?

Bash Scripting Courses on the Net

Hi, not sure if I should be posting this here but I am wondering if any of you have taken a good formal course in bash scripting on the Net and if so what it was? Free or paid. I am looking to expand my knowledge through courses and anything bash related would be great. (0 Replies)
Discussion started by: newbie2010
0 Replies

9. Programming

Seeking XAML library of Solaris CDE styles and/ or widgets for .Net/WPF project

Don't laugh, I am going to replicate the exact look and feel of the Solaris 8 GUI, the Motif-based CDE of Solaris 8, using Windows .Net, C#, and WPF. I am looking for any kind of jump start in terms of library, free or licensable: Has anyone every come across a library of assets and/or... (1 Reply)
Discussion started by: thhowl
1 Replies