Man page - brlapi_pause(3)
Packages contas this manual
- brlapi_strerror_r(3)
- brlapi_perror(3)
- brlapi_write(3)
- brlapi_protocol(3)
- brlapi_packet_t(3)
- brlapi_param_type_t(3)
- brlapi_error_location(3)
- brlapi_constants.h(3)
- brlapi_param_bool_t(3)
- brlapi__pause(3)
- brlapi__strexception(3)
- brlapi_keys(3)
- brlapi_gaierrno(3)
- brlapi_param_t(3)
- brlapi_keycodes(3)
- brlapi_errlist(3)
- brlapi_handle_t(3)
- brlapi_param_properties_t(3)
- brlapi_param_subparam_t(3)
- brlapi_range_t(3)
- brlapi_param_flags_t(3)
- brlapi_strerror(3)
- brlapi_header_t(3)
- brlapi_errfun(3)
- brlapi_connection(3)
- brlapi_fd_mutex(3)
- brlapi__write(3)
- brlapi_sync(3)
- brlapi_settings_t(3)
- brlapi_errno(3)
- brlapi_tty(3)
- brlapi_nerr(3)
- brlapi_keycodes.h(3)
- brlapi_suspend(3)
- brlapi_resume(3)
- brlapi_error(3)
- brlapi_misc(3)
- brlapi__sync(3)
- brlapi_pause(3)
- brlapi_strexception(3)
- brlapi_libcerrno(3)
- brlapi_handles(3)
- brlapi_driverspecific(3)
- brlapi_info(3)
- brlapi_protocol.h(3)
- brlapi_param.h(3)
- brlapi_error_t(3)
- brlapi_version(3)
- brlapi_deprecated(3)
Package: libbrlapi-dev
apt-get install libbrlapi-dev
apt-get install libbrlapi-dev
Manuals in package:
Documentations in package:
Manual
| brlapi_misc(3) | Library Functions Manual | 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
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.
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
0 if no exception was pending, -1 if an exception was
caught.
Author
Generated automatically by Doxygen for BrlAPI from the source code.
| Version 0.8 | BrlAPI |