Re: Calling base class methods

2022-03-09 Thread Aleksander Morgado
Hey, > On 3/9/22 15:12, Aleksander Morgado wrote: > > You don't invoke the original callback in parent_connect_ready. What > > you do in parent_connect_ready is to set as result of your own > > connect_3gpp implementation the result you received from the parent. > > We don't mix callbacks from dif

Re: Calling base class methods

2022-03-09 Thread Aleksander Morgado
Hey > I have a question around how to properly call base class methods and > passing the async result back to the caller. Consider the following > scenario: > > * MMBroadbandBearerFibocomEcm inherits from MMBroadbandBearer > * MMBroadbandBearerFibocomEcm implements its own connect_3gpp and > conne

Calling base class methods

2022-03-09 Thread Sven Schwermer
Hi, I have a question around how to properly call base class methods and passing the async result back to the caller. Consider the following scenario: * MMBroadbandBearerFibocomEcm inherits from MMBroadbandBearer * MMBroadbandBearerFibocomEcm implements its own connect_3gpp and connect_3gpp_