Data Structures | |
struct | brlapi_extWriteStruct |
Defines | |
#define | BRLAPI_EXTWRITESTRUCT_INITIALIZER { -1, 0, 0, NULL, NULL, NULL, -1}; |
Functions | |
int | brlapi_writeBrl (int cursor, const unsigned char *str) |
int | brlapi_writeBrlDots (const unsigned char *dots) |
int | brlapi_extWriteBrl (const brlapi_extWriteStruct *s) |
|
Allows to initialize a structure of type brlapi_extWriteStruct * with default values: displayNumber = -1; regionBegin = regionEnd = 0; (update the whole display) text = attrAnd = attrOr = NULL; cursor = -1; |
|
Update a specific region of the braille display and apply and/or masks
|
|
Write the given \0-terminated string to the braille display If the string is too long, it is cut. If it's too short, spaces are appended.
|
|
Write the given dots array to the display
|