- SANE_Auth_Callback
alias SANE_Auth_Callback = void function(SANE_String_Const resource, SANE_Char* username, SANE_Char* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_Bool
alias SANE_Bool = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_Byte
alias SANE_Byte = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_Char
alias SANE_Char = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_Fixed
alias SANE_Fixed = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_Handle
alias SANE_Handle = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_Int
alias SANE_Int = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_String
alias SANE_String = char*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_String_Const
alias SANE_String_Const = const(char)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_Word
alias SANE_Word = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_FIX
auto SANE_FIX(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- SANE_OPTION_IS_ACTIVE
auto SANE_OPTION_IS_ACTIVE(T cap)
Undocumented in source. Be warned that the author may not have intended to support it.
- SANE_OPTION_IS_SETTABLE
auto SANE_OPTION_IS_SETTABLE(T cap)
Undocumented in source. Be warned that the author may not have intended to support it.
- SANE_UNFIX
auto SANE_UNFIX(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- SANE_VERSION_BUILD
auto SANE_VERSION_BUILD(T code)
Undocumented in source. Be warned that the author may not have intended to support it.
- SANE_VERSION_CODE
auto SANE_VERSION_CODE(T0 major, T1 minor, T2 build)
Undocumented in source. Be warned that the author may not have intended to support it.
- SANE_VERSION_MAJOR
auto SANE_VERSION_MAJOR(T code)
Undocumented in source. Be warned that the author may not have intended to support it.
- SANE_VERSION_MINOR
auto SANE_VERSION_MINOR(T code)
Undocumented in source. Be warned that the author may not have intended to support it.
- sane_cancel
void sane_cancel(SANE_Handle handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_close
void sane_close(SANE_Handle handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_control_option
SANE_Status sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void* value, SANE_Int* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_exit
void sane_exit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_get_devices
SANE_Status sane_get_devices(const(SANE_Device**)* device_list, SANE_Bool local_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_get_option_descriptor
const(SANE_Option_Descriptor)* sane_get_option_descriptor(SANE_Handle handle, SANE_Int option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_get_parameters
SANE_Status sane_get_parameters(SANE_Handle handle, SANE_Parameters* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_get_select_fd
SANE_Status sane_get_select_fd(SANE_Handle handle, SANE_Int* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_init
SANE_Status sane_init(SANE_Int* version_code, SANE_Auth_Callback authorize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_open
SANE_Status sane_open(SANE_String_Const devicename, SANE_Handle* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_read
SANE_Status sane_read(SANE_Handle handle, SANE_Byte* data, SANE_Int max_length, SANE_Int* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_set_io_mode
SANE_Status sane_set_io_mode(SANE_Handle handle, SANE_Bool non_blocking)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_start
SANE_Status sane_start(SANE_Handle handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sane_strstatus
SANE_String_Const sane_strstatus(SANE_Status status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_CAP_ADVANCED
enum SANE_CAP_ADVANCED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_CAP_AUTOMATIC
enum SANE_CAP_AUTOMATIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_CAP_EMULATED
enum SANE_CAP_EMULATED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_CAP_HARD_SELECT
enum SANE_CAP_HARD_SELECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_CAP_INACTIVE
enum SANE_CAP_INACTIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_CAP_SOFT_DETECT
enum SANE_CAP_SOFT_DETECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_CAP_SOFT_SELECT
enum SANE_CAP_SOFT_SELECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_CURRENT_MAJOR
enum SANE_CURRENT_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_CURRENT_MINOR
enum SANE_CURRENT_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_FALSE
enum SANE_FALSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_FIXED_SCALE_SHIFT
enum SANE_FIXED_SCALE_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_INFO_INEXACT
enum SANE_INFO_INEXACT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_INFO_RELOAD_OPTIONS
enum SANE_INFO_RELOAD_OPTIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_INFO_RELOAD_PARAMS
enum SANE_INFO_RELOAD_PARAMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_MAX_PASSWORD_LEN
enum SANE_MAX_PASSWORD_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_MAX_USERNAME_LEN
enum SANE_MAX_USERNAME_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SANE_TRUE
enum SANE_TRUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.