[BRLTTY] Low-level BrlAPI questions

Samuel Thibault samuel.thibault at ens-lyon.org
Sat May 8 14:05:02 EDT 2021


Dave Mielke, le sam. 08 mai 2021 13:49:00 -0400, a ecrit:
> >> - Is the isArray member in brlapi_param_properties_t somehow useful in
> >>   parameter properties. If count is greater than 1, doesn't it mean that the
> >>   parameter value is an array – or are there varaible-length arrays, and if
> >>   so, how are they represented in properties?
> 
> An array can have only one element. That's one reason why we really do need to know the difference. Also, to be picky, a non-array can contain more than one number.

But then is the difference between array and non-array that array
is of variable size while non-arry is static size? But for instance
BRLAPI_PARAM_DISPLAY_SIZE has array size but fixed count 2.

Samuel


More information about the BRLTTY mailing list