Public Member Functions | |
void | registerListener (in tmozIScanDeviceNotify scanNotify) |
Register scan listener. | |
void | unregisterListener (in tmozIScanDeviceNotify scanNotify) |
Unregister scan listener. | |
void | scan (in tmozIScanFormat scanProfile, in tmozIScanInterpret scanInterpret) |
Scan without user interface. | |
void | changeDevice (in AString devType, in AString devName) |
Select scanning device. | |
Public Attributes | |
readonly attribute AString | name |
Name of current scanning device. | |
readonly attribute AString | type |
Type of current scanning device. |
Scan Device allows to scan
void changeDevice | ( | in AString | devType, | |
in AString | devName | |||
) |
Select scanning device.
devType | Device type
| |
devName | Name of the device |
void registerListener | ( | in tmozIScanDeviceNotify | scanNotify | ) |
Register scan listener.
scanNotify | Listener |
void scan | ( | in tmozIScanFormat | scanProfile, | |
in tmozIScanInterpret | scanInterpret | |||
) |
Scan without user interface.
Method start scanning without scanner native interface.
scanProfile | Scanning profile | |
scanInterpret | Scan attribute interpretter |
void unregisterListener | ( | in tmozIScanDeviceNotify | scanNotify | ) |
Unregister scan listener.
scanNotify | Listener |