wim/inc/ScardReader.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".
    52         * After invoking this method it should be possible to communicate with 
    52         * After invoking this method it should be possible to communicate with 
    53         * the reader properly.
    53         * the reader properly.
    54         * @param aStatus Request status
    54         * @param aStatus Request status
    55         * @return void
    55         * @return void
    56         */
    56         */
    57         virtual void Open( TRequestStatus& aStatus ) = 0; 
    57         virtual void OpenAsync( TRequestStatus& aStatus ) = 0;
    58 
    58 
    59         /**
    59         /**
    60         * Closes the Card Reader. Implementations of this method must carry out
    60         * Closes the Card Reader. Implementations of this method must carry out
    61         * all steps required to close the concrete terminal and free resources 
    61         * all steps required to close the concrete terminal and free resources 
    62         * held by it.
    62         * held by it.