accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h
changeset 13 cef4ff1e6c4f
parent 0 4e1aa6a622a0
child 52 d6b9e89d80a3
child 63 09d657f1ee00
equal deleted inserted replaced
12:e978f818f9bd 13:cef4ff1e6c4f
   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 void