accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h
branchRCL_3
changeset 21 ccb4f6b3db21
parent 20 1ddbe54d0645
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
   170         * @return void
   170         * @return void
   171         */
   171         */
   172         void GetLastConnectedAccessoryL( TAccPolGenericID& aGenericID ) const;
   172         void GetLastConnectedAccessoryL( TAccPolGenericID& aGenericID ) const;
   173 
   173 
   174         /**
   174         /**
       
   175         * Get last connected wired accessory.
       
   176         *
       
   177         * @since S60 3.1
       
   178         * @param aGenericID On succesful return, contains the Generic ID of
       
   179         *                   last connected wired accessory.
       
   180         * @return TBool     On successful return will be ETrue, else EFalse
       
   181         */
       
   182         TBool GetLastConnectedWiredAccessory( TAccPolGenericID& aGenericID ) const;
       
   183         
       
   184 
       
   185         /**
   175         * Remove the physical connection from array of detected accessories.
   186         * Remove the physical connection from array of detected accessories.
   176         *
   187         *
   177         * @since S60 3.1
   188         * @since S60 3.1
   178         * @param aGenericID Generic ID of the detected accessory.
   189         * @param aGenericID Generic ID of the detected accessory.
   179         * @return void
   190         * @return index in the array
   180         */
   191         */
   181         void RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   192         TInt RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   182 
   193 
   183         /**
   194         /**
   184         * Get current connection status, ie. all active connections.
   195         * Get current connection status, ie. all active connections.
   185         *
   196         *
   186         * @since S60 3.1
   197         * @since S60 3.1