bluetoothengine/btnotif/inc/btnpinnotifier.h
branchRCL_3
changeset 72 4b59561a31c0
parent 61 269724087bed
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
    51         * @return A structure containing priority and channel info.
    51         * @return A structure containing priority and channel info.
    52         */
    52         */
    53         TNotifierInfo RegisterL();
    53         TNotifierInfo RegisterL();
    54         
    54         
    55         /**
    55         /**
    56         * From CBTNotifierBase
    56         * From CBTNotifierBase Used in asynchronous notifier launch to 
    57         * Used in asynchronous notifier launch to start the actual processing
    57         * store received parameters into members variables and 
    58         * of parameters received in StartL. StartL just stores a copy of the
    58         * make needed initializations.
    59         * parameter buffer, schedules a callback to call this method and returns
    59         * @param aBuffer A buffer containing received parameters
    60         * ASAP, so the actual work begins here, safely outside of the StartL
    60         * @param aReturnVal The return value to be passed back.
    61         * context so that waiting dialogs can be freely used if need be.
    61         * @param aMessage Should be completed when the notifier is deactivated.
    62         * @return None.
    62         * @return None.
    63         */
    63         */
    64         void ProcessStartParamsL();
    64         void GetParamsL(const TDesC8& aBuffer, TInt aReplySlot, const RMessagePtr2& aMessage); // Get input parameters
    65 
    65 
    66         /**
    66         /**
    67         * From CBTNotifierBase
    67         * From CBTNotifierBase
    68         * Show queries to ask user response and return it to caller by completing message.
    68         * Show queries to ask user response and return it to caller by completing message.
    69         */      
    69         */