accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h
changeset 63 09d657f1ee00
parent 13 cef4ff1e6c4f
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
   185         /**
   185         /**
   186         * Remove the physical connection from array of detected accessories.
   186         * Remove the physical connection from array of detected accessories.
   187         *
   187         *
   188         * @since S60 3.1
   188         * @since S60 3.1
   189         * @param aGenericID Generic ID of the detected accessory.
   189         * @param aGenericID Generic ID of the detected accessory.
   190         * @return void
   190         * @return index in the array
   191         */
   191         */
   192         void RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   192         TInt RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   193 
   193 
   194         /**
   194         /**
   195         * Get current connection status, ie. all active connections.
   195         * Get current connection status, ie. all active connections.
   196         *
   196         *
   197         * @since S60 3.1
   197         * @since S60 3.1
   388         *
   388         *
   389         * @since S60 3.1
   389         * @since S60 3.1
   390         * @param aThreadID ASYs thread ID to be stored.
   390         * @param aThreadID ASYs thread ID to be stored.
   391         * @return void
   391         * @return void
   392         */
   392         */
   393         void AddASYThreadId( TUint aThreadID );
   393         void AddASYThreadIdL( TUint aThreadID );
   394 
   394 
   395         /**
   395         /**
   396         * Creates mapping between Generic ID and ASY.
   396         * Creates mapping between Generic ID and ASY.
   397         * All commands related to certsain Generic ID are forwarded to correct
   397         * All commands related to certsain Generic ID are forwarded to correct
   398         * ASY according to this mapping.
   398         * ASY according to this mapping.
   400         * @since S60 3.1
   400         * @since S60 3.1
   401         * @param aThreadID ASYs thread ID.
   401         * @param aThreadID ASYs thread ID.
   402         * @param aUniqueID Unique identifier of a Generic ID.
   402         * @param aUniqueID Unique identifier of a Generic ID.
   403         * @return void
   403         * @return void
   404         */
   404         */
   405         void StoreASYThreadID( TUint aThreadID, TInt aUniqueID );
   405         void StoreASYThreadIDL( TUint aThreadID, TInt aUniqueID );
   406 
   406 
   407         /**
   407         /**
   408         * Removes mapping between Generic ID and ASY.
   408         * Removes mapping between Generic ID and ASY.
   409         *
   409         *
   410         * @since S60 3.1
   410         * @since S60 3.1
   437         * @param aThreadID Thread ID of the message(aMsgID) sender.
   437         * @param aThreadID Thread ID of the message(aMsgID) sender.
   438         * @param aMsgID    Message in question.
   438         * @param aMsgID    Message in question.
   439         * @return void
   439         * @return void
   440         * @see FindAndDeleteMsgThreadIDFilter()
   440         * @see FindAndDeleteMsgThreadIDFilter()
   441         */
   441         */
   442         void SetMsgThreadIDFilter( TUint aThreadID, TMsgID aMsgID );
   442         void SetMsgThreadIDFilterL( TUint aThreadID, TMsgID aMsgID );
   443 
   443 
   444         /**
   444         /**
   445         * Find and delete a Thread Id/message filter.
   445         * Find and delete a Thread Id/message filter.
   446         * Used to filter notifications to certain thread.
   446         * Used to filter notifications to certain thread.
   447         *
   447         *