Device

Undocumented in source.

Constructors

this
this(SANE_Device* device)
Undocumented in source.

Members

Functions

readImage
ubyte[] readImage()
Undocumented in source. Be warned that the author may not have intended to support it.
readImageAsync
void readImageAsync(ubyte[] data, int bytesRead)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

options
auto options [@property getter]

Get options

parameters
Parameters parameters [@property getter]

Get current scan parameters

Variables

device
SANE_Device* device;
Undocumented in source.
model
string model;
Undocumented in source.
name
string name;
Undocumented in source.
scanning
bool scanning;
Undocumented in source.
type
string type;
Undocumented in source.
vendor
string vendor;
Undocumented in source.

Meta