-
Notifications
You must be signed in to change notification settings - Fork 1
net_bytesavailable
Tristan Hume edited this page Apr 23, 2012
·
3 revisions
#Net.BytesAvailable
##Syntax Net.BytesAvailable (netStream : int) : int
##Description Returns the number of bytes available for reading from the net stream specified by the netStream parameter.
##Details The Net module requires a TCP/IP stack to be installed and operating in order to function. It does not communicate using any other protocols
It is possible for Firewalls to interfere with the actions of the Net module, preventing connections from taking place.
##Status Exported qualified.
This means that you can only call the function by calling Net.BytesAvailable, not by calling BytesAvailable.
##See also net_charavailable.html, net_lineavailable.html, and net_tokenavailable.html.