LibInsane  1.0.10
Cross-platform Cross-API Cross-driver Cross-image-scanner Image Scan Library
Data Fields
lis_device_descriptor Struct Reference

Basic informations regarding a scanner. More...

#include <capi.h>

Data Fields

char * dev_id
 Device id to use to identify and access the scanner. More...
 
char * vendor
 
char * model
 
char * type
 

Detailed Description

Basic informations regarding a scanner.

Definition at line 15 of file capi.h.

Field Documentation

◆ dev_id

char* lis_device_descriptor::dev_id

Device id to use to identify and access the scanner.

There is strictly no guarantee regarding the content of this string.

Definition at line 21 of file capi.h.

◆ model

char* lis_device_descriptor::model

Device model name

Definition at line 24 of file capi.h.

◆ type

char* lis_device_descriptor::type

ex: "flatbed scanner", "sheetfed scanner"

Definition at line 25 of file capi.h.

◆ vendor

char* lis_device_descriptor::vendor

Device manufacturer name (ex: "Hewlett-Packard")

Definition at line 23 of file capi.h.


The documentation for this struct was generated from the following file: