template <>

class WireWeakAsyncBufferClientImpl

Defined at line 1253 of file fidling/gen/sdk/fidl/fuchsia.tee/fuchsia.tee/cpp/fidl/fuchsia.tee/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_tee::Application::OpenSession2> OpenSession2 (::fidl::VectorView< ::fuchsia_tee::wire::Parameter> parameter_set)

Initiates a communication session with the trusted application.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_tee::Application::InvokeCommand> InvokeCommand (uint32_t session_id, uint32_t command_id, ::fidl::VectorView< ::fuchsia_tee::wire::Parameter> parameter_set)

Requests the trusted application perform the provided command. The command is unique to the

trusted application.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_tee::Application::CloseSession> CloseSession (uint32_t session_id)

Closes an established session.

Caller provides the backing storage for FIDL message.