Hi,
How does Bindings materialize between client-side IPC API interfaces and server-side interfaces ?
Why do we need binding between application and it’s nested components or between two nested components. What can’t nested components talk directly?
Is it must to provide executable name while defining bindings? Can I make an app in which server component is not an executable but it can still provide API interface and client component (which happens to be an executable) can bound to this API Interface?
Is it possible to have reverse binding? e.g. if there is binding from client->server, can there be binding from server->client or do I need to use separate mechanism in order to let server communicate with client in the context of Legato AF?
Thanks,
Yogesh