template <>

class WireSyncClientImpl

Defined at line 3011 of file fidling/gen/sdk/fidl/fuchsia.hardware.spi/fuchsia.hardware.spi/cpp/fidl/fuchsia.hardware.spi/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_hardware_spi::Controller>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus OpenSession (::fidl::ServerEnd< ::fuchsia_hardware_spi::Device> && session)

Opens a new session on the device.

At most one session is permitted at one time; the server end will be

closed with `ZX_ERR_ALREADY_BOUND` if a session already exists.

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