template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_driver_compat::Device>|,

avoiding setting up a client.

Public Methods

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

Get all of the metadata associated with this device.

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.

::fidl::WireResult< ::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.

Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.