card_l.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: card.h 163 2006-02-15 19:31:45Z aquamaniac $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 
00014 #ifndef CHIPCARD_CLIENT_CARD_L_H
00015 #define CHIPCARD_CLIENT_CARD_L_H
00016 
00017 
00018 #include "card_imp.h"
00019 
00020 
00021 GWEN_XMLNODE *LC_Card_FindCommand(LC_CARD *card,
00022                                   const char *commandName);
00023 
00024 int LC_Card_IsConnected(const LC_CARD *card);
00025 
00026 void LC_Card_SetConnected(LC_CARD *card, int b);
00027 
00028 #endif /* CHIPCARD_CLIENT_CARD_L_H */

Generated on Sat Sep 22 04:43:21 2007 for libchipcard2 by  doxygen 1.5.3