table of contents
- bookworm 6.5-7+deb12u1
- bookworm-backports 6.6-5~bpo12+1
- testing 6.6-5+b1
- unstable 6.7-1
brlapi_misc(3) | BrlAPI | brlapi_misc(3) |
NAME¶
brlapi_misc - Miscellaneous functions
SYNOPSIS¶
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)
Detailed Description¶
Function Documentation¶
int BRLAPI_STDCALL brlapi__pause (brlapi_handle_t * handle, int timeout_ms)¶
int BRLAPI_STDCALL brlapi__sync (brlapi_handle_t * handle)¶
int BRLAPI_STDCALL brlapi_pause (int timeout_ms)¶
Waits until an event is received from the BrlAPI server
Parameters
Returns
int BRLAPI_STDCALL brlapi_sync (void)¶
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
Author¶
Generated automatically by Doxygen for BrlAPI from the source code.
Thu May 09 2024 | Version 0.8 |