Hello Radhika, On Tue, Feb 5, 2013 at 10:09 AM, Radhika Praveen <[email protected]> wrote: > Hi All, > > Looks like telephony developers are busy :)
Indeed :) > > Can someone please reply to my question in previous mail as below? > > Also I have one more doubt. > > Is this the structure "struct tcore_user_request_type" that has all the data > about user request? > Is this the one i should use to pass data to modem from HAL plugin? Yes^2 (tcore.h => typedef struct tcore_user_request_type UserRequest) > On Thu, Jan 31, 2013 at 3:23 PM, Radhika Praveen <[email protected]> > wrote: >> >> Hi All, >> >> I was going through the unsolicited response in TIZEN telephony stack. >> >> I was a bit confused about it. >> >> Is the below understanding correct? >> >> 1. When core objects are created in modem plugin, they add callbacks for >> events >> 2. When a unsolicited event occurs, the HAL plug-in receives the event >> 3. It emits the response to plug-in in the tcore >> 4. Plugin sends it to tcore core object, which in turns call the callback >> from the respective modem core object. >> 5. then the modem core object handles the response and send the same to >> communicator plugin through notification >> >> Let me know if am wrong. This seems right to me. Still, I'll request Suresh to cross confirm once more :) >> >> If anyone has any diagrams for solicited and unsolicited request please >> post it as it will be helpful :) >> >> Regards >> Radhika -- Gaurav Kalra Samsung Research India, Bengaluru Facebook: /gauravkalra Twitter: @gvkalra _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
