template <>

class NaturalSyncClientImpl

Defined at line 103 of file fidling/gen/sdk/fidl/fuchsia.driver.compat/fuchsia.driver.compat/cpp/fidl/fuchsia.driver.compat/cpp/natural_messaging.h

Public Methods

::fidl::Result< ::fuchsia_driver_compat::Device::GetMetadata> GetMetadata ()

Get all of the metadata associated with this device.

::fidl::Result< ::fuchsia_driver_compat::Device::GetBanjoProtocol> GetBanjoProtocol (const ::fidl::Request< ::fuchsia_driver_compat::Device::GetBanjoProtocol> & request)

Connect to a banjo protocol that this device is exposing.

The caller needs to send a copy of their process koid so the callee can verify

that both drivers are in the same process.