Skip to main content

Netdata

NetData (Function)

Format

netdata
netdata ( )
netdata ( network_socket_number )

returns boolean_expression

Description

Returns a true value if there is data waiting to be read in using the NetRead function, else returns false. If network_socket_number is not specified socket number zero (0) will be used.

Example

See example of usage on NetConnect page.

See Also

Freenet, NetAddress, NetClose, NetConnect, NetData, NetListen, NetRead, NetWrite

History

0.9.6.31New To Version