brlapi_misc(3) | Library Functions Manual | brlapi_misc(3) |
brlapi_misc - Miscellaneous functions
int BRLAPI_STDCALL brlapi_pause (int timeout_ms)
int BRLAPI_STDCALL brlapi__pause (brlapi_handle_t
*handle, int timeout_ms)
int BRLAPI_STDCALL brlapi_sync (void)
int BRLAPI_STDCALL brlapi__sync (brlapi_handle_t *handle)
Waits until an event is received from the BrlAPI server
Parameters
Returns
Synchronize against any pending exception, and returns it. This allows to synchronously catch exception raised by brlapi_write calls. This works by temporarily replacing the current exception handler by its own handler.
Returns
Generated automatically by Doxygen for BrlAPI from the source code.
Version 0.8 | BrlAPI |