opensc/doc/src/api/types/chapter.xml

22 lines
564 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY scfilet SYSTEM "sc_file_t.xml">
<!ENTITY scpatht SYSTEM "sc_path_t.xml">
<!ENTITY sccardt SYSTEM "sc_card_t.xml">
<!ENTITY includes "#include &lt;opensc.h&gt;">
]>
<chapter>
<title>Data types</title>
<para>
This chapter defines the structures OpenSC uses to store information. Fields internal to
OpenSC are not shown.
</para>
&sccardt;
&scpatht;
&scfilet;
</chapter>