| BrlAPI
    0.8
    | 
#include "brlapi_keycodes.h"Go to the source code of this file.
| #define BRLAPI_PARAM_BOUND_COMMAND_CODES BRLAPI_PARAM_BOUND_COMMAND_KEYCODES | 
Deprecated in BRLTTY-6.2 - use BRLAPI_PARAM_BOUND_COMMAND_KEYCODES
| #define BRLAPI_PARAM_CLIENT_PRIORITY_DEFAULT 50 | 
Default value for BRLAPI_PARAM_CLIENT_PRIORITY
| #define BRLAPI_PARAM_CLIENT_PRIORITY_DISABLE 0 | 
Value for BRLAPI_PARAM_CLIENT_PRIORITY which actually disables input and output
| #define BRLAPI_PARAM_COMMAND_LONG_NAME BRLAPI_PARAM_COMMAND_KEYCODE_SUMMARY | 
Deprecated in BRLTTY-6.2 - use BRLAPI_PARAM_COMMAND_KEYCODE_SUMMARY
| #define BRLAPI_PARAM_COMMAND_SHORT_NAME BRLAPI_PARAM_COMMAND_KEYCODE_NAME | 
Deprecated in BRLTTY-6.2 - use BRLAPI_PARAM_COMMAND_KEYCODE_NAME
| #define BRLAPI_PARAM_DEVICE_KEY_CODES BRLAPI_PARAM_DEFINED_DRIVER_KEYCODES | 
Deprecated in BRLTTY-6.2 - use BRLAPI_PARAM_DEFINED_DRIVER_KEYCODES
| #define BRLAPI_PARAM_KEY_LONG_NAME BRLAPI_PARAM_DRIVER_KEYCODE_SUMMARY | 
Deprecated in BRLTTY-6.2 - use BRLAPI_PARAM_DRIVER_KEYCODE_SUMMARY
| #define BRLAPI_PARAM_KEY_SHORT_NAME BRLAPI_PARAM_DRIVER_KEYCODE_NAME | 
Deprecated in BRLTTY-6.2 - use BRLAPI_PARAM_DRIVER_KEYCODE_NAME
Type to be used for BRLAPI_PARAM_AUDIBLE_ALERTS
| typedef uint8_t brlapi_param_bool_t | 
Type to be used for boolean parameters
| typedef uint32_t brlapi_param_clientPriority_t | 
Type to be used for BRLAPI_PARAM_CLIENT_PRIORITY
| typedef char* brlapi_param_clipboardContent_t | 
Type to be used for BRLAPI_PARAM_CLIPBOARD_CONTENT
Deprecated in BRLTTY-6.2 - use brlapi_param_commandKeycode_t
Type to be used for BRLAPI_PARAM_BOUND_COMMAND_KEYCODES
| typedef char* brlapi_param_commandKeycodeName_t | 
Type to be used for BRLAPI_PARAM_COMMAND_KEYCODE_NAME
| typedef char* brlapi_param_commandKeycodeSummary_t | 
Type to be used for BRLAPI_PARAM_COMMAND_KEYCODE_SUMMARY
Deprecated in BRLTTY-6.2 - use brlapi_param_commandKeycodeSummary_t
Deprecated in BRLTTY-6.2 - use brlapi_param_commandKeycodeName_t
| typedef uint8_t brlapi_param_computerBrailleCellSize_t | 
Type to be used for BRLAPI_PARAM_COMPUTER_BRAILLE_CELL_SIZE
| typedef uint8_t brlapi_param_computerBrailleRowsMask_t[544] | 
Type to be used for BRLAPI_PARAM_COMPUTER_BRAILLE_ROWS_MASK
| typedef char* brlapi_param_computerBrailleTable_t | 
Type to be used for BRLAPI_PARAM_COMPUTER_BRAILLE_TABLE
| typedef uint8_t brlapi_param_cursorBlinkPercentage_t | 
Type to be used for BRLAPI_PARAM_CURSOR_BLINK_PERCENTAGE
| typedef uint32_t brlapi_param_cursorBlinkPeriod_t | 
Type to be used for BRLAPI_PARAM_CURSOR_BLINK_PERIOD
| typedef uint8_t brlapi_param_cursorDots_t | 
Type to be used for BRLAPI_PARAM_CURSOR_DOTS
| typedef uint8_t brlapi_param_deviceCellSize_t | 
Type to be used for BRLAPI_PARAM_DEVICE_CELL_SIZE
| typedef char* brlapi_param_deviceIdentifier_t | 
Type to be used for BRLAPI_PARAM_DEVICE_IDENTIFIER
| typedef char* brlapi_param_deviceModel_t | 
Type to be used for BRLAPI_PARAM_DEVICE_MODEL
Type to be used for BRLAPI_PARAM_DEVICE_ONLINE
| typedef uint32_t brlapi_param_deviceSpeed_t | 
Type to be used for BRLAPI_PARAM_DEVICE_SPEED
| typedef char* brlapi_param_driverCode_t | 
Type to be used for BRLAPI_PARAM_DRIVER_CODE
Type to be used for BRLAPI_PARAM_DEFINED_DRIVER_KEYCODES
| typedef char* brlapi_param_driverKeycodeName_t | 
Type to be used for BRLAPI_PARAM_DRIVER_KEYCODE_NAME
| typedef char* brlapi_param_driverKeycodeSummary_t | 
Type to be used for BRLAPI_PARAM_DRIVER_KEYCODE_SUMMARY
| typedef char* brlapi_param_driverName_t | 
Type to be used for BRLAPI_PARAM_DRIVER_NAME
| typedef char* brlapi_param_driverVersion_t | 
Type to be used for BRLAPI_PARAM_DRIVER_VERSION
Deprecated in BRLTTY-6.2 - use brlapi_param_driverKeycode_t
Deprecated in BRLTTY-6.2 - use brlapi_param_driverKeycodeSummary_t
Deprecated in BRLTTY-6.2 - use brlapi_param_driverKeycodeName_t
Type to be used for BRLAPI_PARAM_LITERARY_BRAILLE
| typedef char* brlapi_param_literaryBrailleTable_t | 
Type to be used for BRLAPI_PARAM_LITERARY_BRAILLE_TABLE
| typedef char* brlapi_param_messageLocale_t | 
Type to be used for BRLAPI_PARAM_MESSAGE_LOCALE 
 
| typedef uint8_t* brlapi_param_renderedCells_t | 
Type to be used for BRLAPI_PARAM_RENDERED_CELLS
Type to be used for BRLAPI_PARAM_RETAIN_DOTS
| typedef uint32_t brlapi_param_serverVersion_t | 
Type to be used for BRLAPI_PARAM_SERVER_VERSION
Type to be used for BRLAPI_PARAM_SKIP_IDENTICAL_LINES
| typedef uint64_t brlapi_param_subparam_t | 
Type to be used for specifying a sub-parameter
| enum brlapi_param_type_t | 
Enumeration of parameter value types
| const brlapi_param_properties_t* brlapi_getParameterProperties | ( | brlapi_param_t | parameter | ) | 
Enumeration of parameter types Return a description of the properties of a parameter
| parameter | is the parameter whose properties describion shall be returned. |