In file No file:

Boolean osl_isSendReady (oslSocket Socket, int wp_sec, int wp_usec)

Checks if send operations will block

Documentation

Checks if send operations will block. You can specify a timeout-value in seconds/microseconds that denotes how long the operation will block if the Socket is not ready.
Returns:
True if send operations (send, sendTo) on the Socket will NOT block; False if it would block or if an error occured.
Parameters:
Socket - the Socket to perfom the operation on.
wp_sec - if -1, the operation will block without a timeout. Otherwise the timeout in seconds.
wp_usec - adds microsecond resolution to the timeout given by wp_sec.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de