template <>

class WireSyncBufferClientImpl

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

Public Methods

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

Get all of the metadata associated with this device.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_driver_compat::Device::GetBanjoProtocol> GetBanjoProtocol (uint32_t proto_id, uint64_t process_koid)

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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.