Initial commit
[yaz4j-moved-to-github.git] / dependencies / yaz-2.1.28 / doc / asn.html
1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 6. The Z39.50 ASN.1 Module</title><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="YAZ User's Guide and Reference"><link rel="up" href="index.html" title="YAZ User's Guide and Reference"><link rel="prev" href="client.searching.html" title="4. Searching"><link rel="next" href="asn.preparing.html" title="2. Preparing PDUs"></head><body><link rel="stylesheet" type="text/css" href="common/style1.css"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 6. The Z39.50 ASN.1 Module</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="client.searching.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="asn.preparing.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="asn"></a>Chapter 6. The Z39.50 ASN.1 Module</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="asn.html#asn.introduction">1. Introduction</a></span></dt><dt><span class="sect1"><a href="asn.preparing.html">2. Preparing PDUs</a></span></dt><dt><span class="sect1"><a href="asn.oid.html">3. Object Identifiers</a></span></dt><dt><span class="sect1"><a href="asn.external.html">4. EXTERNAL Data</a></span></dt><dt><span class="sect1"><a href="asn.pdu.html">5. PDU Contents Table</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="asn.introduction"></a>1. Introduction</h2></div></div></div><p>
2     The Z39.50 ASN.1 module provides you with a set of C struct definitions for the
3     various PDUs of the Z39.50 protocol, as well as for the complex types
4     appearing within the PDUs. For the primitive data types, the C
5     representation often takes the form of an ordinary C language type,
6     such as <code class="literal">int</code>. For ASN.1 constructs that have no direct
7     representation in C, such as general octet strings and bit strings,
8     the <acronym class="acronym">ODR</acronym> module (see section <a href="odr.html" title="Chapter 9. The ODR Module">The ODR Module</a>)
9     provides auxiliary definitions.
10    </p><p>
11     The Z39.50 ASN.1 module is located in sub directory <code class="filename">z39.50</code>.
12     There you'll find C files that implements encoders and decoders for the
13     Z39.50 types. You'll also find the protocol definitions:
14     <code class="filename">z3950v3.asn</code>, <code class="filename">esupdate.asn</code>, 
15     and others.
16    </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="client.searching.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="asn.preparing.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4. Searching </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. Preparing PDUs</td></tr></table></div></body></html>