Home
last modified time | relevance | path

Searched refs:OPT_MESSAGE (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Davision.c4021 char* message_begin = s->val[OPT_MESSAGE].s; in get_button_status()
4022 char* message_end = s->val[OPT_MESSAGE].s + s->opt[OPT_MESSAGE].size; in get_button_status()
7337 s->opt[OPT_MESSAGE].name = "message"; in init_options()
7338 s->opt[OPT_MESSAGE].title = "message text from the scanner"; in init_options()
7339 s->opt[OPT_MESSAGE].desc = "This text contains device specific options controlled by the user on the scanner hardware."; in init_options()
7340 s->opt[OPT_MESSAGE].type = SANE_TYPE_STRING; in init_options()
7341 s->opt[OPT_MESSAGE].cap = SANE_CAP_SOFT_DETECT | SANE_CAP_ADVANCED; in init_options()
7342 s->opt[OPT_MESSAGE].size = 129; in init_options()
7343 s->opt[OPT_MESSAGE] in init_options()
[all...]
H A Davision.h333 OPT_MESSAGE, /* optional message from the scanner display */ enumerator

Completed in 16 milliseconds