Files
trail-mate/docs/models/phone-interoperability/phone-session.html
T

13 lines
901 B
HTML

<!doctype html><html lang="en"><head><meta charset="utf-8"><title>IPhoneAppFacade to protocol core</title></head><body><main data-praxis-anchor="diagram:phone-session" data-praxis-kind="uml_diagram"><h1>IPhoneAppFacade to protocol core</h1><pre class="mermaid">sequenceDiagram
participant App as Phone application adapter
participant Facade as IPhoneAppFacade
participant Core as Selected phone protocol core
participant Transport as Platform transport
App-&gt;&gt;Facade: getTime/getLocation/getStatus/getConfig
Facade--&gt;&gt;App: typed view + PhoneResult
App-&gt;&gt;Facade: applyConfigPatch or submitCommand
Facade-&gt;&gt;Core: map application intent
Core-&gt;&gt;Transport: protocol-specific bounded frame
Transport--&gt;&gt;Core: response or event
Core--&gt;&gt;Facade: typed result</pre><p>Common Facade does not mean that two protocols have the same wire semantics.</p></main></body></html>