usbengines/usbdevcon/inc/cep0reader.h
changeset 88 c3d148cdbed2
parent 0 1e05558e2206
equal deleted inserted replaced
85:ad9d655827ef 88:c3d148cdbed2
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-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".
    55     /**
    55     /**
    56      * Set request to read setup packet
    56      * Set request to read setup packet
    57      *
    57      *
    58      * @since S60 v.5.0
    58      * @since S60 v.5.0
    59      */
    59      */
    60     void ReadSetupPacket();
    60     void ReadSetupPacketL();
    61     
    61     
    62     /**
    62     /**
    63      * Set request to read EP0 data
    63      * Set request to read EP0 data
    64      *
    64      *
    65      * @since S60 v.5.0
    65      * @since S60 v.5.0
    66      * @param aDataLength Max length of data to read
    66      * @param aDataLength Max length of data to read
    67      */
    67      */
    68     void Read(TUint aDataLength);
    68     void ReadL(TUint aDataLength);
    69     
    69     
    70 private:
    70 private:
    71     
    71     
    72     /**
    72     /**
    73      * Default construction
    73      * Default construction