SANE Standard¶
- 1 Preface
- 2 Introduction
- 3 The SANE Environment
- 4 The SANE Application Programmer Interface (API)
- 4.1 Version Control
- 4.2 Data Types
- 4.3 Operations
- 4.3.1
sane_init()
- 4.3.2
sane_exit()
- 4.3.3
sane_get_devices()
- 4.3.4
sane_open()
- 4.3.5
sane_close()
- 4.3.6
sane_get_option_descriptor()
- 4.3.7
sane_control_option()
- 4.3.8
sane_get_parameters()
- 4.3.9
sane_start()
- 4.3.10
sane_read()
- 4.3.11
sane_cancel()
- 4.3.12
sane_set_io_mode()
- 4.3.13
sane_get_select_fd()
- 4.3.14
sane_strstatus()
- 4.3.1
- 4.4 Code Flow
- 4.5 Well-Known Options
- 5 Network Protocol
- 6 Contact Information