usbengines/usbwatcher/inc/cusbactivepersonalityhandler.h
branchRCL_3
changeset 65 a44cdf4b4bf0
parent 0 1e05558e2206
child 63 ef2686f7597e
child 71 173beb545395
equal deleted inserted replaced
64:8ecef05bbada 65:a44cdf4b4bf0
   210      * Dummy descriptor used by ask on connection.
   210      * Dummy descriptor used by ask on connection.
   211      */
   211      */
   212     TPtrC8 iDummy;
   212     TPtrC8 iDummy;
   213     
   213     
   214     /**
   214     /**
       
   215      * Dummy descriptor buf
       
   216      */
       
   217     TBuf8<1> iDummyBuf;
       
   218     
       
   219     /**
   215      * Buffer where selected personality is stored by the ask
   220      * Buffer where selected personality is stored by the ask
   216      * on connection.
   221      * on connection.
   217      */    
   222      */    
   218     TPckgBuf<TInt> iPersonalityPckgBuf;
   223     TPckgBuf<TInt> iPersonalityPckgBuf;
   219 
   224 
   250     /**
   255     /**
   251      * State of the class.
   256      * State of the class.
   252      */                
   257      */                
   253     TUsbActivePersonalityState iState;
   258     TUsbActivePersonalityState iState;
   254     
   259     
       
   260 	/**
       
   261 	 * Cleanup process or normal process in various states
       
   262 	 */        
       
   263     TBool isFailureCleanup;
       
   264     
   255     /**
   265     /**
   256      * Request to be completed.
   266      * Request to be completed.
   257      */                
   267      */                
   258     TRequestStatus *iRequestStatus;
   268     TRequestStatus *iRequestStatus;
   259     
   269     
   269     
   279     
   270     /**
   280     /**
   271      * The device state.
   281      * The device state.
   272      */                    
   282      */                    
   273     TUsbDeviceState iDeviceState;
   283     TUsbDeviceState iDeviceState;
       
   284     
       
   285     /**
       
   286      * Packages for queries
       
   287      */
       
   288     TUSBQueriesNotifierParamsPckg iQueryParams;
   274     };
   289     };
   275 
   290 
   276 #endif   // CUSBACTIVEPERSONALITYHANDLER_H
   291 #endif   // CUSBACTIVEPERSONALITYHANDLER_H
   277 
   292 
   278 // End of File
   293 // End of File