Data Fields | |
| SANE_Int | count |
| number of options | |
| SANE_Option_Descriptor ** | descriptors |
| NULL terminated list of configuration option. | |
| void ** | values |
| values for the configuration options | |
There is a list for options and another for their values. These lists are used when the configuration file is parsed. Read values are stored in Option_Value. Helpers functions are provided to access values easily
1.5.1