mtptransports/mtpusbtransport/usbsic_imp/inc/cmtpusbconnection.h
branchRCL_3
changeset 1 f8e15b44d440
parent 0 d0791faffa3f
equal deleted inserted replaced
0:d0791faffa3f 1:f8e15b44d440
   148     void EndpointStallL(TMTPUsbEndpointId aId);
   148     void EndpointStallL(TMTPUsbEndpointId aId);
   149     void EndpointStallClearL(TMTPUsbEndpointId aId);
   149     void EndpointStallClearL(TMTPUsbEndpointId aId);
   150     
   150     
   151     void ResumeConnectionL();
   151     void ResumeConnectionL();
   152     void StartConnectionL();
   152     void StartConnectionL();
   153     void StopConnection();
   153     TBool StopConnection();
   154     void SuspendConnectionL();
   154     void SuspendConnectionL();
   155     
   155     
   156     void StartUsbL();
   156     void StartUsbL();
   157     void StopUsb();
   157     void StopUsb();
   158     
   158     
   416 	is triggered.
   416 	is triggered.
   417 	*/
   417 	*/
   418 	TBool 												iIsCancelReceived;
   418 	TBool 												iIsCancelReceived;
   419 	
   419 	
   420     /**
   420     /**
       
   421     A flag to reflect if a Host initiated cancel transaction
       
   422     is triggered.
       
   423     */
       
   424     TBool                                               iIsResetRequestSignaled;
       
   425 	
       
   426     /**
   421     FLOGGER debug trace member variable.
   427     FLOGGER debug trace member variable.
   422     */
   428     */
   423     __FLOG_DECLARATION_MEMBER_MUTABLE;
   429     __FLOG_DECLARATION_MEMBER_MUTABLE;
   424 
   430 
   425 private: // Not owned.
   431 private: // Not owned.