FedmIscTagHandler_ISO14443_3_MIFARE_Plus.h
Go to the documentation of this file.
00001 /*-------------------------------------------------------
00002 |                                                       |
00003 |      FedmIscTagHandler_ISO14443_3_MIFARE_Plus.h       |
00004 |                                                       |
00005 ---------------------------------------------------------
00006 
00007 Copyright © 2009-2010   FEIG ELECTRONIC GmbH, All Rights Reserved.
00008                                                 Lange Strasse 4
00009                                                 D-35781 Weilburg
00010                                                 Federal Republic of Germany
00011                                                 phone    : +49 6471 31090
00012                                                 fax      : +49 6471 310999
00013                                                 e-mail   : obid-support@feig.de
00014                                                 Internet : http://www.feig.de
00015                                         
00016 Author                  :       Markus Hultsch
00017 Begin                   :       25.08.2009
00018 
00019 Version                 :       03.01.00 / 10.02.2010 / M. Hultsch
00020 
00021 Operation Systems       :       independent
00022 
00023 Function                        :       class for OBID® classic-pro transponder ISO14443-3 MIFARE Plus
00024 
00025 NOTE                            :       this class supports only selected or addressed mode in Host-Mode
00026 
00027 
00028 Trademarks:
00029 -----------
00030 OBID®, OBID i-scan® and OBID myAXXESS® are registered Trademarks of FEIG ELECTRONIC GmbH
00031 Other Trademarks: see FEDM.h
00032 */
00033 
00034 #if !defined(_FEDM_ISC_TAG_HANDLER_ISO14443_3_MIFARE_PLUS_H_INCLUDED_)
00035 #define _FEDM_ISC_TAG_HANDLER_ISO14443_3_MIFARE_PLUS_H_INCLUDED_
00036 
00037 #if !defined(_FEDM_NO_TAG_HANDLER_ISO14443)
00038 
00039 #include "../../FEDM.h"
00040 #include "FedmIscTagHandler_ISO14443_3_MIFARE_Classic.h"
00041 
00042 class FEDM_ISOTabItem;
00043 
00044 
00045 
00046 //#####################################################################################
00047 // constants
00048 //#####################################################################################
00049 
00050 
00051 
00052 
00053 
00054 //####################################################################
00055 // class FedmIscTagHandler_ISO14443_3_MIFARE_Plus
00056 // >> supports only ISO Host Commands <<
00057 //####################################################################
00058 
00065 class _FEDM_ISC_CORE_EXT_CLASS FedmIscTagHandler_ISO14443_3_MIFARE_Plus : public FedmIscTagHandler_ISO14443_3_MIFARE_Classic
00066 {
00067 public:
00068 
00069         // friend classes have access rights to protected members
00070         friend class FEDM_ISCReaderModule;
00071         friend class FEDM_ISCReader;
00072         friend class FEDM_ISOTabItem;
00073 
00078         virtual void Init();
00079 
00086         unsigned char   GetErrorSource();
00087 
00094         unsigned int    GetErrorCode();
00095 
00096 
00097 protected:
00098         // constructor not necessary, as this class represents not a real tag type
00099         //FedmIscTagHandler_ISO14443_3_MIFARE_Plus(FEDM_ISCReader* pReader, FEDM_ISOTabItem* pTabItem);
00100         // 2. constructor
00101         FedmIscTagHandler_ISO14443_3_MIFARE_Plus(FEDM_ISCReader* pReader, unsigned int uiTagHandlerType, FEDM_ISOTabItem* pTabItem);
00102         // destructor
00103         virtual ~FedmIscTagHandler_ISO14443_3_MIFARE_Plus();
00104 
00105         unsigned char m_ucErrorSource;
00106         unsigned int m_uiErrorCode;
00107 
00108 };
00109 
00110 #endif // #if !defined(_FEDM_NO_TAG_HANDLER_ISO14443)
00111 
00112 #endif // !defined(_FEDM_ISC_TAG_HANDLER_ISO14443_3_MIFARE_PLUS_H_INCLUDED_)


maggie_rfid_drivers
Author(s): Raul Perula-Martinez
autogenerated on Mon Sep 14 2015 03:05:30