kopia lustrzana https://gitlab.com/sane-project/website
31 wiersze
1.6 KiB
HTML
31 wiersze
1.6 KiB
HTML
<html><body>
|
|
<a href="doc010.html"><img src=../icons/next.gif alt="Next"></a>
|
|
<a href="doc000.html"><img src=../icons/up.gif alt="Up"></a>
|
|
<a href="doc008.html"><img src=../icons/previous.gif alt="Previous"></a>
|
|
<a href="doc000.html"><img src=../icons/contents.gif alt="Contents"></a>
|
|
<a href="doc019.html"><img src=../icons/index.gif alt="Index"></a>
|
|
<hr>
|
|
|
|
<title>The SANE Application Programmer Interface (API)</title>
|
|
<h1><a name="s4">4 The SANE Application Programmer Interface (API)</a></h1>
|
|
|
|
<p>This Section defines version 1 of the SANE application
|
|
programmer interface (API). Any SANE frontend must depend on the
|
|
interface defined in this section only. Converseley, any SANE backend
|
|
must implement its functionality in accordance with this
|
|
specification. The interface as documented here is declared as a C
|
|
callable interface in a file called <tt>sane/sane.h</tt>. This file should
|
|
normally be included via a C pre-processor directive of the form:
|
|
<pre>
|
|
#include <sane/sane.h>
|
|
</pre>
|
|
|
|
<p><h2><a href="doc010.html">4.1 Version Control</a></h2><h2><a href="doc011.html">4.2 Data Types</a></h2><h2><a href="doc012.html">4.3 Operations</a></h2><h2><a href="doc013.html">4.4 Code Flow</a></h2><h2><a href="doc014.html">4.5 Well-Known Options</a></h2><p><hr>
|
|
<a href="doc010.html"><img src=../icons/next.gif alt="Next"></a>
|
|
<a href="doc000.html"><img src=../icons/up.gif alt="Up"></a>
|
|
<a href="doc008.html"><img src=../icons/previous.gif alt="Previous"></a>
|
|
<a href="doc000.html"><img src=../icons/contents.gif alt="Contents"></a>
|
|
<a href="doc019.html"><img src=../icons/index.gif alt="Index"></a>
|
|
<hr>
|
|
</body></html>
|