template <>
class NaturalSyncClientImpl
Defined at line 50 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> ConnectToDeviceInfo (::fidl::Request< ::fuchsia_hardware_tee::DeviceConnector::ConnectToDeviceInfo> request)
Requests a `DeviceInfo` connection to the TEE driver to enumerate device info.
The sole caller of this should be the TEE Manager.
::fit::result< ::fidl::OneWayError> ConnectToApplication (::fidl::Request< ::fuchsia_hardware_tee::DeviceConnector::ConnectToApplication> 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.