template <>
class WireSyncBufferClientImpl
Defined at line 281 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus ConnectToDeviceInfo (::fidl::ServerEnd< ::fuchsia_tee::DeviceInfo> && device_info_request)
Requests a `DeviceInfo` connection to the TEE driver to enumerate device info.
The sole caller of this should be the TEE Manager.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus ConnectToApplication (const ::fuchsia_tee::wire::Uuid & application_uuid, ::fidl::ClientEnd< ::fuchsia_tee_manager::Provider> && service_provider, ::fidl::ServerEnd< ::fuchsia_tee::Application> && application_request)
Requests an `Application` connection from the TEE driver while the caller provides a client
channel end to a `Provider` server that supports the driver on any RPCs.
The sole caller of this should be the TEE Manager.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.