BrlAPI  0.8
Modules
Here is a list of all modules:
 Version of the BrlAPI library
 BrlAPI handlesEach function provided by BrlAPI comes in two versions
 Connecting to BrlAPIBefore calling any other function of the library, calling brlapi_openConnection() is needed to establish a connection to BrlAPI 's server. When the connection is not needed any more, brlapi_closeConnection() must be called to close the connection
 Setting and getting client dataClients can register a pointer to data that can then be used e.g. in exception handlers
 Getting Terminal informationHow to get information about the connected Terminal
 Entering & leaving tty modeHow to take control of ttys for direct braille display / read
 Writing on the braille displayWrite text to the braille display
 Reading key pressesHow to read key presses from the braille terminal
 Driver-Specific modesRaw and Suspend Modes mechanism
 Parameter managementHow to manage BrlAPI parameters
 Miscellaneous functions
 Error handlingHow to handle errors
 Deprecated namesWith version 0.5.0, BrlAPI is now provided through including <brlapi.h> and got a big renaming pass. Old names are still available through macros, but they are deprecated since they will get dropped in the next release. This documentation is for you to know the new names
 Types and Defines for\e BrlAPI Key CodesKey codes are unsigned 64 bit integers. This 64-bit space is split into 3 parts:
 BrlAPI's protocolInstructions and constants for BrlAPI 's protocol