accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
child 23 c26be94c8889
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
   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         /**
       
   186         * Remove the physical connection from array of detected accessories.
   175         * Remove the physical connection from array of detected accessories.
   187         *
   176         *
   188         * @since S60 3.1
   177         * @since S60 3.1
   189         * @param aGenericID Generic ID of the detected accessory.
   178         * @param aGenericID Generic ID of the detected accessory.
   190         * @return index in the array
   179         * @return void
   191         */
   180         */
   192         TInt RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   181         void RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   193 
   182 
   194         /**
   183         /**
   195         * Get current connection status, ie. all active connections.
   184         * Get current connection status, ie. all active connections.
   196         *
   185         *
   197         * @since S60 3.1
   186         * @since S60 3.1