25 #ifndef BRLAPI_INCLUDED 26 #define BRLAPI_INCLUDED 38 #define BRLAPI_RELEASE "0.8.2" 41 #define BRLAPI_MAJOR 0 44 #define BRLAPI_MINOR 8 47 #define BRLAPI_REVISION 2 55 #include <sys/types.h> 59 #define BRLAPI_STDCALL __stdcall 61 #define BRLAPI_STDCALL 65 typedef __int64 uint64_t;
66 typedef __int32 uint32_t;
67 #define UINT64_C(x) (x ## Ui64) 69 typedef signed int ssize_t;
123 #define BRLAPI_SOCKETPORTNUM 4101 124 #define BRLAPI_SOCKETPORT "4101" 127 #define BRLAPI_SOCKETPATH "/var/lib/BrlAPI" 133 #define BRLAPI_ETCDIR "/etc" 138 #define BRLAPI_AUTHKEYFILE "brlapi.key" 143 #define BRLAPI_DEFAUTH "none" 145 #define BRLAPI_DEFAUTH_KEYFILE "keyfile:" BRLAPI_ETCDIR "/" BRLAPI_AUTHKEYFILE 148 #define BRLAPI_DEFAUTH_POLKIT "+polkit" 150 #define BRLAPI_DEFAUTH_POLKIT "" 153 #define BRLAPI_DEFAUTH BRLAPI_DEFAUTH_KEYFILE BRLAPI_DEFAUTH_POLKIT 172 #define BRLAPI_INVALID_FILE_DESCRIPTOR INVALID_HANDLE_VALUE 174 #define BRLAPI_INVALID_FILE_DESCRIPTOR -1 231 #define BRLAPI_SETTINGS_INITIALIZER { NULL, NULL } 278 #ifndef BRLAPI_NO_SINGLE_SESSION 291 #ifndef BRLAPI_NO_SINGLE_SESSION 304 #ifndef BRLAPI_NO_SINGLE_SESSION 322 #ifndef BRLAPI_NO_SINGLE_SESSION 332 #ifndef BRLAPI_NO_SINGLE_SESSION 352 #define BRLAPI_MAXNAMELENGTH 31 367 #ifndef BRLAPI_NO_SINGLE_SESSION 385 #ifndef BRLAPI_NO_SINGLE_SESSION 392 #ifndef BRLAPI_NO_SINGLE_SESSION 439 #ifndef BRLAPI_NO_SINGLE_SESSION 453 #define BRLAPI_TTY_DEFAULT -1 467 #ifndef BRLAPI_NO_SINGLE_SESSION 479 #ifndef BRLAPI_NO_SINGLE_SESSION 495 #ifndef BRLAPI_NO_SINGLE_SESSION 544 #ifndef BRLAPI_NO_SINGLE_SESSION 562 #ifndef BRLAPI_NO_SINGLE_SESSION 575 #ifndef BRLAPI_NO_SINGLE_SESSION 584 unsigned int regionBegin ;
585 unsigned int regionSize ;
588 unsigned char *andMask ;
589 unsigned char *orMask ;
598 #define BRLAPI_DISPLAY_DEFAULT -1 604 #define BRLAPI_CURSOR_LEAVE -1 610 #define BRLAPI_CURSOR_OFF 0 622 #define BRLAPI_WRITEARGUMENTS_INITIALIZER { \ 623 .displayNumber = BRLAPI_DISPLAY_DEFAULT, \ 630 .cursor = BRLAPI_CURSOR_LEAVE, \ 670 #ifndef BRLAPI_NO_SINGLE_SESSION 696 unsigned int command ;
697 unsigned int argument ;
715 const char *command ;
716 unsigned int argument ;
733 #define BRLAPI_UC_ROW 0x2800UL 804 #ifndef BRLAPI_NO_SINGLE_SESSION 830 #ifndef BRLAPI_NO_SINGLE_SESSION 854 #ifndef BRLAPI_NO_SINGLE_SESSION 869 #ifndef BRLAPI_NO_SINGLE_SESSION 880 #ifndef BRLAPI_NO_SINGLE_SESSION 882 #define brlapi_ignoreAllKeys() brlapi_ignoreKeys(brlapi_rangeType_all, NULL, 0) 885 #define brlapi__ignoreAllKeys(handle) brlapi__ignoreKeys(handle, brlapi_rangeType_all, NULL, 0) 896 #ifndef BRLAPI_NO_SINGLE_SESSION 898 #define brlapi_acceptAllKeys() brlapi_acceptKeys(brlapi_rangeType_all, NULL, 0) 901 #define brlapi__acceptAllKeys(handle) brlapi__acceptKeys(handle, brlapi_rangeType_all, NULL, 0) 921 #ifndef BRLAPI_NO_SINGLE_SESSION 935 #ifndef BRLAPI_NO_SINGLE_SESSION 969 #ifndef BRLAPI_NO_SINGLE_SESSION 977 #ifndef BRLAPI_NO_SINGLE_SESSION 988 #ifndef BRLAPI_NO_SINGLE_SESSION 1002 #ifndef BRLAPI_NO_SINGLE_SESSION 1012 #ifndef BRLAPI_NO_SINGLE_SESSION 1021 #ifndef BRLAPI_NO_SINGLE_SESSION 1054 #define BRLAPI_PARAMF_LOCAL 0X00 1055 #define BRLAPI_PARAMF_GLOBAL 0X01 1056 #define BRLAPI_PARAMF_SELF 0X02 1071 #ifndef BRLAPI_NO_SINGLE_SESSION 1089 #ifndef BRLAPI_NO_SINGLE_SESSION 1107 #ifndef BRLAPI_NO_SINGLE_SESSION 1159 #ifndef BRLAPI_NO_SINGLE_SESSION 1175 #ifndef BRLAPI_NO_SINGLE_SESSION 1192 #ifndef BRLAPI_NO_SINGLE_SESSION 1221 #define BRLAPI_ERROR_SUCCESS 0 1222 #define BRLAPI_ERROR_NOMEM 1 1223 #define BRLAPI_ERROR_TTYBUSY 2 1224 #define BRLAPI_ERROR_DEVICEBUSY 3 1225 #define BRLAPI_ERROR_UNKNOWN_INSTRUCTION 4 1226 #define BRLAPI_ERROR_ILLEGAL_INSTRUCTION 5 1227 #define BRLAPI_ERROR_INVALID_PARAMETER 6 1228 #define BRLAPI_ERROR_INVALID_PACKET 7 1229 #define BRLAPI_ERROR_CONNREFUSED 8 1230 #define BRLAPI_ERROR_OPNOTSUPP 9 1231 #define BRLAPI_ERROR_GAIERR 10 1232 #define BRLAPI_ERROR_LIBCERR 11 1233 #define BRLAPI_ERROR_UNKNOWNTTY 12 1234 #define BRLAPI_ERROR_PROTOCOL_VERSION 13 1235 #define BRLAPI_ERROR_EOF 14 1236 #define BRLAPI_ERROR_EMPTYKEY 15 1237 #define BRLAPI_ERROR_DRIVERERROR 16 1238 #define BRLAPI_ERROR_AUTHENTICATION 17 1239 #define BRLAPI_ERROR_READONLY_PARAMETER 18 1298 #define brlapi_error (*brlapi_error_location()) 1300 #define brlapi_errno (brlapi_error.brlerrno) 1302 #define brlapi_libcerrno (brlapi_error.libcerrno) 1304 #define brlapi_gaierrno (brlapi_error.gaierrno) 1306 #define brlapi_errfun (brlapi_error.errfun) 1339 #ifndef BRLAPI_NO_SINGLE_SESSION 1354 #ifndef BRLAPI_NO_SINGLE_SESSION 1368 #ifndef BRLAPI_NO_SINGLE_SESSION 1373 #ifndef BRLAPI_NO_SINGLE_SESSION 1382 #ifndef BRLAPI_NO_SINGLE_SESSION 1383 int BRLAPI_STDCALL brlapi_writeTextWin(
int cursor,
const void *str,
int wide);
1387 #ifndef BRLAPI_NO_SINGLE_SESSION 1393 #ifndef BRLAPI_NO_SINGLE_SESSION 1394 #define brlapi_writeText(cursor, str) brlapi_writeTextWin(cursor, str, 1) 1396 #define brlapi__writeText(handle, cursor, str) brlapi__writeTextWin(handle, cursor, str, 1) 1398 #ifndef BRLAPI_NO_SINGLE_SESSION 1399 #define brlapi_write(s) brlapi_writeWin(s, 1) 1401 #define brlapi__write(handle, s) brlapi__writeWin(handle, s, 1) 1405 #ifndef BRLAPI_NO_SINGLE_SESSION 1406 #define brlapi_writeText(cursor, str) brlapi_writeTextWin(cursor, str, 0) 1408 #define brlapi__writeText(handle, cursor, str) brlapi__writeTextWin(handle, cursor, str, 0) 1410 #ifndef BRLAPI_NO_SINGLE_SESSION 1411 #define brlapi_write(s) brlapi_writeWin(s, 0) 1413 #define brlapi__write(handle, s) brlapi__writeWin(handle, s, 0) 1418 #ifndef BRLAPI_NO_DEPRECATED 1431 #define brlapi_settings_t brlapi_connectionSettings_t 1445 #define BRLAPI_WRITESTRUCT_INITIALIZER BRLAPI_WRITEARGUMENTS_INITIALIZER 1447 #define brl_keycode_t brlapi_keyCode_t 1448 #define brl_type_t brlapi_packetType_t 1450 #define BRLCOMMANDS NULL 1451 #define BRL_KEYCODE_MAX BRLAPI_KEY_MAX 1453 #ifndef BRLAPI_NO_SINGLE_SESSION 1454 #define brlapi_initializeConnection brlapi_openConnection 1455 #define brlapi_getTty brlapi_enterTtyMode 1456 #define brlapi_getTtyPath brlapi_enterTtyModeWithPath 1457 #define brlapi_leaveTty brlapi_leaveTtyMode 1458 #define brlapi_unignoreKeyRange brlapi_acceptKeyRange 1459 #define brlapi_unignoreKeySet brlapi_acceptKeySet 1460 #define brlapi_getRaw brlapi_enterRawMode 1461 #define brlapi_leaveRaw brlapi_leaveRawMode 1462 #define brlapi_suspend brlapi_suspendDriver 1463 #define brlapi_resume brlapi_resumeDriver 1466 #define BRLERR_SUCCESS BRLAPI_ERROR_SUCCESS 1467 #define BRLERR_NOMEM BRLAPI_ERROR_NOMEM 1468 #define BRLERR_TTYBUSY BRLAPI_ERROR_TTYBUSY 1469 #define BRLERR_DEVICEBUSY BRLAPI_ERROR_DEVICEBUSY 1470 #define BRLERR_UNKNOWN_INSTRUCTION BRLAPI_ERROR_UNKNOWN_INSTRUCTION 1471 #define BRLERR_ILLEGAL_INSTRUCTION BRLAPI_ERROR_ILLEGAL_INSTRUCTION 1472 #define BRLERR_INVALID_PARAMETER BRLAPI_ERROR_INVALID_PARAMETER 1473 #define BRLERR_INVALID_PACKET BRLAPI_ERROR_INVALID_PACKET 1474 #define BRLERR_CONNREFUSED BRLAPI_ERROR_CONNREFUSED 1475 #define BRLERR_OPNOTSUPP BRLAPI_ERROR_OPNOTSUPP 1476 #define BRLERR_GAIERR BRLAPI_ERROR_GAIERR 1477 #define BRLERR_LIBCERR BRLAPI_ERROR_LIBCERR 1478 #define BRLERR_UNKNOWNTTY BRLAPI_ERROR_UNKNOWNTTY 1479 #define BRLERR_PROTOCOL_VERSION BRLAPI_ERROR_PROTOCOL_VERSION 1480 #define BRLERR_EOF BRLAPI_ERROR_EOF 1481 #define BRLERR_EMPTYKEY BRLAPI_ERROR_EMPTYKEY 1482 #define BRLERR_DRIVERERROR BRLAPI_ERROR_DRIVERERROR int BRLAPI_STDCALL brlapi_readKeyWithTimeout(int timeout_ms, brlapi_keyCode_t *code)
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)
#define BRLAPI_STDCALL
Definition: brlapi.h:61
int BRLAPI_STDCALL brlapi_ignoreKeyRanges(const brlapi_range_t ranges[], unsigned int count)
int BRLAPI_STDCALL brlapi_writeText(int cursor, const char *text)
int brlapi_fileDescriptor
Definition: brlapi.h:164
int BRLAPI_STDCALL brlapi_writeDots(const unsigned char *dots)
struct brlapi_handle_t brlapi_handle_t
Definition: brlapi.h:105
ssize_t BRLAPI_STDCALL brlapi__sendRaw(brlapi_handle_t *handle, const void *buffer, size_t size)
int BRLAPI_STDCALL brlapi__pause(brlapi_handle_t *handle, int timeout_ms)
void brlapi_getLibraryVersion(int *major, int *minor, int *revision)
int BRLAPI_STDCALL brlapi_resumeDriver(void)
const char * brlapi_errlist[]
size_t BRLAPI_STDCALL brlapi_getHandleSize(void)
int gaierrno
Definition: brlapi.h:1264
int BRLAPI_STDCALL brlapi__readKey(brlapi_handle_t *handle, int wait, brlapi_keyCode_t *code)
int BRLAPI_STDCALL brlapi__resumeDriver(brlapi_handle_t *handle)
int BRLAPI_STDCALL brlapi__getDisplaySize(brlapi_handle_t *handle, unsigned int *x, unsigned int *y)
int BRLAPI_STDCALL brlapi_getDisplaySize(unsigned int *x, unsigned int *y)
#define brlapi_error
Definition: brlapi.h:1298
void *BRLAPI_STDCALL brlapi_getClientData(void)
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__acceptKeys(brlapi_handle_t *handle, brlapi_rangeType_t type, const brlapi_keyCode_t keys[], unsigned int count)
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)
const char *BRLAPI_STDCALL brlapi_getPacketTypeName(brlapi_packetType_t type)
int BRLAPI_STDCALL brlapi__readKeyWithTimeout(brlapi_handle_t *handle, int timeout_ms, brlapi_keyCode_t *code)
ssize_t BRLAPI_STDCALL brlapi_recvRaw(void *buffer, size_t size)
int displayNumber
Definition: brlapi.h:1435
unsigned int regionBegin
Definition: brlapi.h:1436
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__acceptKeyRanges(brlapi_handle_t *handle, const brlapi_range_t ranges[], unsigned int count)
void(BRLAPI_STDCALL * brlapi__exceptionHandler_t)(brlapi_handle_t *handle, int error, brlapi_packetType_t type, const void *packet, size_t size)
Definition: brlapi.h:1342
brlapi_keyCode_t first
Definition: brlapi.h:908
unsigned int regionSize
Definition: brlapi.h:1437
void BRLAPI_STDCALL brlapi__setClientData(brlapi_handle_t *handle, void *data)
void BRLAPI_STDCALL brlapi_setClientData(void *data)
brlapi_keyCode_t last
Definition: brlapi.h:909
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)
int BRLAPI_STDCALL brlapi__enterTtyModeWithPath(brlapi_handle_t *handle, int *ttys, int count, const char *driver)
const char * auth
Definition: brlapi.h:215
void BRLAPI_STDCALL brlapi_closeConnection(void)
brlapi_fileDescriptor BRLAPI_STDCALL brlapi__getFileDescriptor(brlapi_handle_t *handle)
int cursor
Definition: brlapi.h:1442
int BRLAPI_STDCALL brlapi_ignoreKeys(brlapi_rangeType_t type, const brlapi_keyCode_t keys[], unsigned int count)
ssize_t BRLAPI_STDCALL brlapi_sendRaw(const void *buffer, size_t size)
void BRLAPI_STDCALL brlapi_perror(const char *s)
int BRLAPI_STDCALL brlapi__leaveTtyMode(brlapi_handle_t *handle)
int BRLAPI_STDCALL brlapi_suspendDriver(const char *driver)
int BRLAPI_STDCALL brlapi__write(brlapi_handle_t *handle, const brlapi_writeArguments_t *arguments)
uint64_t brlapi_keyCode_t
Definition: brlapi_keycodes.h:90
uint32_t brlapi_param_flags_t
Definition: brlapi.h:1053
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__writeText(brlapi_handle_t *handle, int cursor, const char *text)
int BRLAPI_STDCALL brlapi_leaveRawMode(void)
brlapi_param_t
Definition: brlapi_param.h:36
#define brlapi_libcerrno
Definition: brlapi.h:1302
brlapi_error_t *BRLAPI_STDCALL brlapi_error_location(void)
int BRLAPI_STDCALL brlapi__enterRawMode(brlapi_handle_t *handle, const char *driver)
int textSize
Definition: brlapi.h:1439
void BRLAPI_STDCALL brlapi_defaultExceptionHandler(int error, brlapi_packetType_t type, const void *packet, size_t size)
int BRLAPI_STDCALL brlapi_write(const brlapi_writeArguments_t *arguments)
#define brlapi_errno
Definition: brlapi.h:1300
brlapi_fileDescriptor BRLAPI_STDCALL brlapi_openConnection(const brlapi_connectionSettings_t *desiredSettings, brlapi_connectionSettings_t *actualSettings)
Definition: brlapi.h:1434
int BRLAPI_STDCALL brlapi_getDriverName(char *buffer, size_t size)
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_describeKeyCode(brlapi_keyCode_t code, brlapi_describedKeyCode_t *description)
int brlerrno
Definition: brlapi.h:1262
#define BRLAPI_KEY_FLAGS_SHIFT
Definition: brlapi_keycodes.h:111
unsigned char * attrAnd
Definition: brlapi.h:1440
void BRLAPI_STDCALL brlapi__closeConnection(brlapi_handle_t *handle)
uint32_t brlapi_packetType_t
Definition: brlapi.h:1317
int BRLAPI_STDCALL brlapi__suspendDriver(brlapi_handle_t *handle, const char *driver)
#define brlapi_errfun
Definition: brlapi.h:1306
#define brlapi__acceptAllKeys(handle)
Definition: brlapi.h:901
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)
int BRLAPI_STDCALL brlapi_unwatchParameter(brlapi_paramCallbackDescriptor_t descriptor)
brlapi_fileDescriptor BRLAPI_STDCALL brlapi_getFileDescriptor(void)
char * text
Definition: brlapi.h:1438
int BRLAPI_STDCALL brlapi__writeDots(brlapi_handle_t *handle, const unsigned char *dots)
void * brlapi_paramCallbackDescriptor_t
Definition: brlapi.h:1134
#define brlapi_acceptAllKeys()
Definition: brlapi.h:898
brlapi_exceptionHandler_t BRLAPI_STDCALL brlapi_setExceptionHandler(brlapi_exceptionHandler_t handler)
int BRLAPI_STDCALL brlapi_enterTtyModeWithPath(int *ttys, int count, const char *driver)
int BRLAPI_STDCALL brlapi_expandKeyCode(brlapi_keyCode_t code, brlapi_expandedKeyCode_t *expansion)
int BRLAPI_STDCALL brlapi_readKey(int wait, brlapi_keyCode_t *code)
const char * errfun
Definition: brlapi.h:1265
unsigned char * attrOr
Definition: brlapi.h:1441
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__getModelIdentifier(brlapi_handle_t *handle, char *buffer, size_t size)
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)
int BRLAPI_STDCALL brlapi__unwatchParameter(brlapi_handle_t *handle, brlapi_paramCallbackDescriptor_t descriptor)
int BRLAPI_STDCALL brlapi_setFocus(int tty)
brlapi_rangeType_t
Definition: brlapi.h:836
int BRLAPI_STDCALL brlapi__setFocus(brlapi_handle_t *handle, int tty)
int BRLAPI_STDCALL brlapi__getDriverName(brlapi_handle_t *handle, char *buffer, size_t size)
brlapi_fileDescriptor BRLAPI_STDCALL brlapi__openConnection(brlapi_handle_t *handle, const brlapi_connectionSettings_t *desiredSettings, brlapi_connectionSettings_t *actualSettings)
int BRLAPI_STDCALL brlapi__leaveRawMode(brlapi_handle_t *handle)
int BRLAPI_STDCALL brlapi__writeWText(brlapi_handle_t *handle, int cursor, const wchar_t *text)
int BRLAPI_STDCALL brlapi_enterRawMode(const char *driver)
void BRLAPI_STDCALL brlapi__defaultExceptionHandler(brlapi_handle_t *handle, int error, brlapi_packetType_t type, const void *packet, size_t size)
Settings structure for BrlAPI connection.
Definition: brlapi.h:207
int BRLAPI_STDCALL brlapi_acceptKeys(brlapi_rangeType_t type, const brlapi_keyCode_t keys[], unsigned int count)
const char * host
Definition: brlapi.h:225
int libcerrno
Definition: brlapi.h:1263
Definition: brlapi.h:1261
char * charset
Definition: brlapi.h:1443
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)
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)
brlapi__exceptionHandler_t BRLAPI_STDCALL brlapi__setExceptionHandler(brlapi_handle_t *handle, brlapi__exceptionHandler_t handler)
uint64_t brlapi_param_subparam_t
Definition: brlapi_param.h:108
int BRLAPI_STDCALL brlapi_writeWText(int cursor, const wchar_t *text)
#define brlapi_ignoreAllKeys()
Definition: brlapi.h:882
void *BRLAPI_STDCALL brlapi__getClientData(brlapi_handle_t *handle)
#define brlapi_gaierrno
Definition: brlapi.h:1304
const char *BRLAPI_STDCALL brlapi_strerror(const brlapi_error_t *error)
void(BRLAPI_STDCALL * brlapi_exceptionHandler_t)(int error, brlapi_packetType_t type, const void *packet, size_t size)
Definition: brlapi.h:1340
int BRLAPI_STDCALL brlapi_leaveTtyMode(void)
int BRLAPI_STDCALL brlapi_pause(int timeout_ms)
void *BRLAPI_STDCALL brlapi_getParameterAlloc(brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, size_t *len)
#define brlapi__ignoreAllKeys(handle)
Definition: brlapi.h:885
int BRLAPI_STDCALL brlapi_getModelIdentifier(char *buffer, size_t size)
void(* brlapi_paramCallback_t)(brlapi_param_t parameter, brlapi_param_subparam_t subparam, brlapi_param_flags_t flags, void *priv, const void *data, size_t len)
Definition: brlapi.h:1127
ssize_t BRLAPI_STDCALL brlapi__recvRaw(brlapi_handle_t *handle, void *buffer, size_t size)