template <>
class NaturalClientImpl
Defined at line 242 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_tee::Application::OpenSession2> OpenSession2 (::fidl::Request< ::fuchsia_tee::Application::OpenSession2> request)
Initiates a communication session with the trusted application.
::fidl::internal::NaturalThenable< ::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::internal::NaturalThenable< ::fuchsia_tee::Application::CloseSession> CloseSession (const ::fidl::Request< ::fuchsia_tee::Application::CloseSession> & request)
Closes an established session.