separated programming guide

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@575 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-10-26 13:40:31 +00:00
parent bcedbe13fe
commit 4ecee40800
2 changed files with 13 additions and 8 deletions

View File

@@ -10,16 +10,21 @@ Welcome to vsmartcard. vsmartcard is an umbrella project for various projects co
Currently the following projects are part of vsmartcard: Currently the following projects are part of vsmartcard:
Contents:
.. toctree:: .. toctree::
virtualsmartcard virtualsmartcard
pcsc-relay pcsc-relay
npa npa
npaapi
ccid ccid
Looking for a feature the included programs do not offer? Want to extend the
functionality of some library? Apart from requesting a new feature, you can
have a look at these programming guides and try yourself:
.. toctree::
npaapi
Download Download
======== ========

View File

@@ -1,8 +1,8 @@
.. highlight:: c .. highlight:: c
**************** ********************************
nPA API Overview Programming with the nPA Library
**************** ********************************
The nPA library includes a generic implementation for Secure Messaging (SM), The nPA library includes a generic implementation for Secure Messaging (SM),
which might also be used in conjunction with other cards. It is implemented to which might also be used in conjunction with other cards. It is implemented to
@@ -73,8 +73,8 @@ Defines
Example Example
======= =======
Note that in order to compile and execute this example you need to correctly In order to compile and execute this example you need to correctly :ref:`set up
:ref:`set up your environment <npa-usage>`. your environment <npa-usage>`.
.. literalinclude:: ../npa/src/example.c .. literalinclude:: ../npa/src/example.c
:lines: 20- :lines: 20-