expect_function_call(__wrap_kds_s2000w_client_get_option);
expect_function_call(__wrap_kds_s2000w_client_set_option);
handler* h = kds_s2000w_handler_init();
- int value = 0;
+ int32_t value = 0;
sane_kds_s2000w_net_control_option(h, 0, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = 0;
+ int32_t value = 0;
sane_kds_s2000w_net_control_option(h, 4, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = -1;
+ int32_t value = -1;
sane_kds_s2000w_net_control_option(h, 7, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = -1;
+ int32_t value = -1;
sane_kds_s2000w_net_control_option(h, 9, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = -1;
+ int32_t value = -1;
sane_kds_s2000w_net_control_option(h, 12, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = -1;
+ int32_t value = -1;
sane_kds_s2000w_net_control_option(h, 13, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = -1;
+ int32_t value = -1;
sane_kds_s2000w_net_control_option(h, 14, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = -1;
+ int32_t value = -1;
sane_kds_s2000w_net_control_option(h, 15, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = -1;
+ int32_t value = -1;
sane_kds_s2000w_net_control_option(h, 17, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = -1;
+ int32_t value = -1;
sane_kds_s2000w_net_control_option(h, 19, SANE_ACTION_GET_VALUE, &value, NULL);
handler* h = kds_s2000w_handler_init();
response* resp = (response*) *state;
h->current_scanner_config = json_tokener_parse(resp->data);
- int value = -1;
+ int32_t value = -1;
sane_kds_s2000w_net_control_option(h, 20, SANE_ACTION_GET_VALUE, &value, NULL);