Discussion Board
-
socket.send(bytes,callback)
2005-05-03, 23:07
#1
Registered User
Hello.
Which data does return the (undocumented ?)
callback function of subj method ?
thanks
-
Re: socket.send(bytes,callback)
2005-05-04, 12:52
#2
Super Contributor
Originally posted by sznever
Hello.
Which data does return the (undocumented ?)
callback function of subj method ?
thanks
The callback function is given the number of bytes successfully sent. Its' return value is ignored.
-
Re: Re: socket.send(bytes,callback)
2005-05-04, 15:12
#3
Registered User
Originally posted by jplauril
The callback function is given the number of bytes successfully sent. Its' return value is ignored.
Aaargh my fault ;-)
the correct subjt is:
"socket.recv(bytes,callback)"
!!!
so the question remain again 
Thanks !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules