brlapi_misc - Man Page
Miscellaneous functions
Synopsis
Functions
int BRLAPI_STDCALL brlapi_pause (int timeout_ms)
int BRLAPI_STDCALL brlapi__pause (brlapi_handle_t *handle, int timeout_ms)
Detailed Description
Function Documentation
int BRLAPI_STDCALL brlapi__pause (brlapi_handle_t * handle, int timeout_ms)
int BRLAPI_STDCALL brlapi_pause (int timeout_ms)
Waits until an event is received from the BrlAPI server
- Parameters
timeout_ms specifies an optional timeout which can be zero for polling, or -1 for infinite wait
Returns
0 on timeout, -1 on error, or on interruption by a signal or a parameter change notification, in which case brlapi_errno will be BRLAPI_ERROR_LIBCERR and errno will be EINTR.
Author
Generated automatically by Doxygen for BrlAPI from the source code.
Referenced By
The man pages brlapi__pause(3) and brlapi_pause(3) are aliases of brlapi_misc(3).
Mon Feb 1 2021 Version 0.8 BrlAPI