1 /***************************************************************************
2  $RCSfile$
3                              -------------------
4     cvs         : $Id: tag16_p.h 790 2005-07-23 09:32:08Z aquamaniac $
5     begin       : Sun Jun 13 2004
6     copyright   : (C) 2004 by Martin Preuss
7     email       : martin@libchipcard.de
8 
9  ***************************************************************************
10  *          Please see toplevel file COPYING for license details           *
11  ***************************************************************************/
12 
13 
14 #ifndef GWENHYWFAR_OHBCI_TAG16_P_H
15 #define GWENHYWFAR_OHBCI_TAG16_P_H
16 
17 
18 #include "tag16.h"
19 
20 
21 struct GWEN_TAG16 {
22   GWEN_LIST_ELEMENT(GWEN_TAG16)
23   unsigned int tagSize;
24   unsigned int tagType;
25   unsigned int tagLength;
26   void *tagData;
27   int dataOwned;
28 };
29 
30 
31 
32 
33 #endif /* GWENHYWFAR_OHBCI_TAG16_P_H */
34