Defines | |
#define | BRLAPI_MAXNAMELENGTH 31 |
Functions | |
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_getDisplaySize (unsigned int *x, unsigned int *y) |
int BRLAPI_STDCALL | brlapi__getDisplaySize (brlapi_handle_t *handle, unsigned int *x, unsigned int *y) |
One should also check for display size, so as to adjust further displaying on it.
|
Maximum name length for names embeded in BrlAPI packets, not counting any termination \0 character |
|
|
|
|
|
Return the size of the braille display |
|
Return the complete name of the driver used by brltty This function fills its argument with the whole name of the braille terminal if available, terminated with a '\0'.
|