Consider using the SANEConstraintType enum directly.
This object is not going away anytime soon (or ever probably).
But you should consider using the equivalent enum because it doesn't require having a reference to the library module. All enums are exported with the package.
SANE API version code (major).
SANE API version code (minor).
Consider using the SANEFrame enum directly.
This object is not going away anytime soon (or ever probably).
But you should consider using the equivalent enum because it doesn't require having a reference to the library module. All enums are exported with the package.
Consider using the SANEStatus enum directly.
This object is not going away anytime soon (or ever probably).
But you should consider using the equivalent enum because it doesn't require having a reference to the library module. All enums are exported with the package.
Consider using the SANEValueType enum directly.
This object is not going away anytime soon (or ever probably).
But you should consider using the equivalent enum because it doesn't require having a reference to the library module. All enums are exported with the package.
Consider using the SANEUnit enum directly.
This object is not going away anytime soon (or ever probably).
But you should consider using the equivalent enum because it doesn't require having a reference to the library module. All enums are exported with the package.
List of SANE API backends built into sane-wasm.
Commit hash of sane-wasm.
Version code of sane-wasm.
Equivalent to the SANE API C function sane_cancel
.
Equivalent to the SANE API C function sane_close
.
Equivalent to the SANE API C function sane_control_option
.
With a = SANE_ACTION_GET_VALUE
(get option value).
Equivalent to the SANE API C function sane_control_option
.
With a = SANE_ACTION_SET_AUTO
(set option automatic).
Equivalent to the SANE API C function sane_control_option
.
With a = SANE_ACTION_SET_VALUE
(set option value).
Equivalent to the SANE API C function sane_exit
.
Equivalent to the SANE API C function sane_get_devices
.
Equivalent to the SANE API C function sane_get_option_descriptor
.
The result option_descriptor
can be null even with
status = SANEStatus.GOOD
, it signals invalid option index.
Equivalent to the SANE API C function sane_get_parameters
.
Equivalent to the SANE API C function sane_init
.
Equivalent to the SANE API C function sane_open
.
Equivalent to the SANE API C function sane_read
.
Equivalent to the SANE API C function sane_start
.
Equivalent to the SANE API C function sane_strstatus
.
Generated using TypeDoc
The core SANE Emscripten module.