template <>
class NaturalSyncClientImpl
Defined at line 257 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_tee::Application::OpenSession2> OpenSession2 (::fidl::Request< ::fuchsia_tee::Application::OpenSession2> request)
Initiates a communication session with the trusted application.
::fidl::Result< ::fuchsia_tee::Application::InvokeCommand> InvokeCommand (::fidl::Request< ::fuchsia_tee::Application::InvokeCommand> request)
Requests the trusted application perform the provided command. The command is unique to the
trusted application.
::fidl::Result< ::fuchsia_tee::Application::CloseSession> CloseSession (const ::fidl::Request< ::fuchsia_tee::Application::CloseSession> & request)
Closes an established session.