wim/SwimReader/inc/SwimReaderIF.h
branchRCL_3
changeset 5 3b17fc5c9564
parent 0 164170e6151a
equal deleted inserted replaced
1:d5423fbb4f29 5:3b17fc5c9564
     1 /*
     1 /*
     2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   103         void Notify( TScardServiceStatus aStatus );
   103         void Notify( TScardServiceStatus aStatus );
   104         
   104         
   105         /**
   105         /**
   106         * Open connection to Etel server
   106         * Open connection to Etel server
   107         * @param  aStatus TRequestStatus
   107         * @param  aStatus TRequestStatus
   108         * @return void 
   108         * @return void
   109         */            
   109         */
   110         void Open( TRequestStatus& aStatus );
   110         void OpenAsync( TRequestStatus& aStatus );
   111 
   111 
   112         /**
   112         /**
   113         * Send a CommandAPDU on a slot and return ResponseAPDU from slot
   113         * Send a CommandAPDU on a slot and return ResponseAPDU from slot
   114         * @param aStatus TRequestStatus
   114         * @param aStatus TRequestStatus
   115         * @param aCommandAPDU Command APDU
   115         * @param aCommandAPDU Command APDU