Method SANE.Scanner()->list_options()
- Method
list_options
array(mapping) list_options()- Description
This method returns an array where every element is a mapping, layed out as follows.
"name":string"title":string"desc":string"type":string"boolean""int""float""string""button""group""unit":string"none""pixel""bit""mm""dpi""percent""microsend""size":int"cap":multiset"soft_select""hard_select""emulate""automatic""inactive""advanced""constraint":int(0)|mappingConstraints can be of three different types; range, word list or string list. Constraint contains 0 if there are no constraints.
"type":stringContains the value "range".
"max":int"min":int"quant":int"type":stringContains the value "list".
"list":array(float|int)"type":stringContains the value "list".
"list":array(string)