|
void | brlapi_getLibraryVersion (int *major, int *minor, int *revision) |
|
size_t BRLAPI_STDCALL | brlapi_getHandleSize (void) |
|
brlapi_fileDescriptor BRLAPI_STDCALL | brlapi_openConnection (const brlapi_connectionSettings_t *desiredSettings, brlapi_connectionSettings_t *actualSettings) |
|
brlapi_fileDescriptor BRLAPI_STDCALL | brlapi__openConnection (brlapi_handle_t *handle, const brlapi_connectionSettings_t *desiredSettings, brlapi_connectionSettings_t *actualSettings) |
|
brlapi_fileDescriptor BRLAPI_STDCALL | brlapi_getFileDescriptor (void) |
|
brlapi_fileDescriptor BRLAPI_STDCALL | brlapi__getFileDescriptor (brlapi_handle_t *handle) |
|
void BRLAPI_STDCALL | brlapi_closeConnection (void) |
|
void BRLAPI_STDCALL | brlapi__closeConnection (brlapi_handle_t *handle) |
|
void BRLAPI_STDCALL | brlapi_setClientData (void *data) |
|
void BRLAPI_STDCALL | brlapi__setClientData (brlapi_handle_t *handle, void *data) |
|
void *BRLAPI_STDCALL | brlapi_getClientData (void) |
|
void *BRLAPI_STDCALL | brlapi__getClientData (brlapi_handle_t *handle) |
|
int BRLAPI_STDCALL | brlapi_getDriverName (char *buffer, size_t size) |
|
int BRLAPI_STDCALL | brlapi__getDriverName (brlapi_handle_t *handle, char *buffer, size_t size) |
|
int BRLAPI_STDCALL | brlapi_getModelIdentifier (char *buffer, size_t size) |
|
int BRLAPI_STDCALL | brlapi__getModelIdentifier (brlapi_handle_t *handle, char *buffer, size_t size) |
|
int BRLAPI_STDCALL | brlapi_getDisplaySize (unsigned int *x, unsigned int *y) |
|
int BRLAPI_STDCALL | brlapi__getDisplaySize (brlapi_handle_t *handle, unsigned int *x, unsigned int *y) |
|
int BRLAPI_STDCALL | brlapi_enterTtyMode (int tty, const char *driver) |
|
int BRLAPI_STDCALL | brlapi__enterTtyMode (brlapi_handle_t *handle, int tty, const char *driver) |
|
int BRLAPI_STDCALL | brlapi_enterTtyModeWithPath (const int *ttys, int count, const char *driver) |
|
int BRLAPI_STDCALL | brlapi__enterTtyModeWithPath (brlapi_handle_t *handle, const int *ttys, int count, const char *driver) |
|
int BRLAPI_STDCALL | brlapi_leaveTtyMode (void) |
|
int BRLAPI_STDCALL | brlapi__leaveTtyMode (brlapi_handle_t *handle) |
|
int BRLAPI_STDCALL | brlapi_setFocus (int tty) |
|
int BRLAPI_STDCALL | brlapi__setFocus (brlapi_handle_t *handle, int tty) |
|
int BRLAPI_STDCALL | brlapi_writeText (int cursor, const char *text) |
|
int BRLAPI_STDCALL | brlapi__writeText (brlapi_handle_t *handle, int cursor, const char *text) |
|
int BRLAPI_STDCALL | brlapi_writeWText (int cursor, const wchar_t *text) |
|
int BRLAPI_STDCALL | brlapi__writeWText (brlapi_handle_t *handle, int cursor, const wchar_t *text) |
|
int BRLAPI_STDCALL | brlapi_writeDots (const unsigned char *dots) |
|
int BRLAPI_STDCALL | brlapi__writeDots (brlapi_handle_t *handle, const unsigned char *dots) |
|
int BRLAPI_STDCALL | brlapi_write (const brlapi_writeArguments_t *arguments) |
|
int BRLAPI_STDCALL | brlapi__write (brlapi_handle_t *handle, const brlapi_writeArguments_t *arguments) |
|
int BRLAPI_STDCALL | brlapi_expandKeyCode (brlapi_keyCode_t code, brlapi_expandedKeyCode_t *expansion) |
|
int BRLAPI_STDCALL | brlapi_describeKeyCode (brlapi_keyCode_t code, brlapi_describedKeyCode_t *description) |
|
int BRLAPI_STDCALL | brlapi_readKey (int wait, brlapi_keyCode_t *code) |
|
int BRLAPI_STDCALL | brlapi__readKey (brlapi_handle_t *handle, int wait, brlapi_keyCode_t *code) |
|
int BRLAPI_STDCALL | brlapi_readKeyWithTimeout (int timeout_ms, brlapi_keyCode_t *code) |
|
int BRLAPI_STDCALL | brlapi__readKeyWithTimeout (brlapi_handle_t *handle, int timeout_ms, brlapi_keyCode_t *code) |
|
int BRLAPI_STDCALL | brlapi_ignoreKeys (brlapi_rangeType_t type, const brlapi_keyCode_t keys[], unsigned int count) |
|
int BRLAPI_STDCALL | brlapi__ignoreKeys (brlapi_handle_t *handle, brlapi_rangeType_t type, const brlapi_keyCode_t keys[], unsigned int count) |
|
int BRLAPI_STDCALL | brlapi_acceptKeys (brlapi_rangeType_t type, const brlapi_keyCode_t keys[], unsigned int count) |
|
int BRLAPI_STDCALL | brlapi__acceptKeys (brlapi_handle_t *handle, brlapi_rangeType_t type, const brlapi_keyCode_t keys[], unsigned int count) |
|
int BRLAPI_STDCALL | brlapi__ignoreAllKeys (brlapi_handle_t *handle) |
|
int BRLAPI_STDCALL | brlapi__acceptAllKeys (brlapi_handle_t *handle) |
|
int BRLAPI_STDCALL | brlapi_ignoreKeyRanges (const brlapi_range_t ranges[], unsigned int count) |
|
int BRLAPI_STDCALL | brlapi__ignoreKeyRanges (brlapi_handle_t *handle, const brlapi_range_t ranges[], unsigned int count) |
|
int BRLAPI_STDCALL | brlapi_acceptKeyRanges (const brlapi_range_t ranges[], unsigned int count) |
|
int BRLAPI_STDCALL | brlapi__acceptKeyRanges (brlapi_handle_t *handle, const brlapi_range_t ranges[], unsigned int count) |
|
int BRLAPI_STDCALL | brlapi_enterRawMode (const char *driver) |
|
int BRLAPI_STDCALL | brlapi__enterRawMode (brlapi_handle_t *handle, const char *driver) |
|
int BRLAPI_STDCALL | brlapi_leaveRawMode (void) |
|
int BRLAPI_STDCALL | brlapi__leaveRawMode (brlapi_handle_t *handle) |
|
ssize_t BRLAPI_STDCALL | brlapi_sendRaw (const void *buffer, size_t size) |
|
ssize_t BRLAPI_STDCALL | brlapi__sendRaw (brlapi_handle_t *handle, const void *buffer, size_t size) |
|
ssize_t BRLAPI_STDCALL | brlapi_recvRaw (void *buffer, size_t size) |
|
ssize_t BRLAPI_STDCALL | brlapi__recvRaw (brlapi_handle_t *handle, void *buffer, size_t size) |
|
int BRLAPI_STDCALL | brlapi_suspendDriver (const char *driver) |
|
int BRLAPI_STDCALL | brlapi__suspendDriver (brlapi_handle_t *handle, const char *driver) |
|
int BRLAPI_STDCALL | brlapi_resumeDriver (void) |
|
int BRLAPI_STDCALL | brlapi__resumeDriver (brlapi_handle_t *handle) |
|
ssize_t BRLAPI_STDCALL | brlapi_getParameter (brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, void *data, size_t len) |
|
ssize_t BRLAPI_STDCALL | brlapi__getParameter (brlapi_handle_t *handle, brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, void *data, size_t len) |
|
void *BRLAPI_STDCALL | brlapi_getParameterAlloc (brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, size_t *len) |
|
void *BRLAPI_STDCALL | brlapi__getParameterAlloc (brlapi_handle_t *handle, brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, size_t *len) |
|
int BRLAPI_STDCALL | brlapi_setParameter (brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, const void *data, size_t len) |
|
int BRLAPI_STDCALL | brlapi__setParameter (brlapi_handle_t *handle, brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, const void *data, size_t len) |
|
brlapi_paramCallbackDescriptor_t BRLAPI_STDCALL | brlapi_watchParameter (brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, brlapi_paramCallback_t func, void *priv, void *data, size_t len) |
|
brlapi_paramCallbackDescriptor_t BRLAPI_STDCALL | brlapi__watchParameter (brlapi_handle_t *handle, brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, brlapi_paramCallback_t func, void *priv, void *data, size_t len) |
|
int BRLAPI_STDCALL | brlapi_unwatchParameter (brlapi_paramCallbackDescriptor_t descriptor) |
|
int BRLAPI_STDCALL | brlapi__unwatchParameter (brlapi_handle_t *handle, brlapi_paramCallbackDescriptor_t descriptor) |
|
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) |
|
void BRLAPI_STDCALL | brlapi_perror (const char *s) |
|
brlapi_error_t *BRLAPI_STDCALL | brlapi_error_location (void) |
|
const char *BRLAPI_STDCALL | brlapi_strerror (const brlapi_error_t *error) |
|
size_t BRLAPI_STDCALL | brlapi_strerror_r (const brlapi_error_t *error, char *buf, size_t buflen) |
|
const char *BRLAPI_STDCALL | brlapi_getPacketTypeName (brlapi_packetType_t type) |
|
int BRLAPI_STDCALL | brlapi_strexception (char *buffer, size_t bufferSize, int error, brlapi_packetType_t type, const void *packet, size_t packetSize) |
|
int BRLAPI_STDCALL | brlapi__strexception (brlapi_handle_t *handle, char *buffer, size_t bufferSize, int error, brlapi_packetType_t type, const void *packet, size_t packetSize) |
|
brlapi_exceptionHandler_t BRLAPI_STDCALL | brlapi_setExceptionHandler (brlapi_exceptionHandler_t handler) |
|
brlapi__exceptionHandler_t BRLAPI_STDCALL | brlapi__setExceptionHandler (brlapi_handle_t *handle, brlapi__exceptionHandler_t handler) |
|
void BRLAPI_STDCALL | brlapi_defaultExceptionHandler (int error, brlapi_packetType_t type, const void *packet, size_t size) |
|
void BRLAPI_STDCALL | brlapi__defaultExceptionHandler (brlapi_handle_t *handle, int error, brlapi_packetType_t type, const void *packet, size_t size) |
|