template <>
class WireSyncClientImpl
Defined at line 176 of file fidling/gen/sdk/fidl/fuchsia.hardware.ftdi/fuchsia.hardware.ftdi/cpp/fidl/fuchsia.hardware.ftdi/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_ftdi::Device>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus CreateI2C (const ::fuchsia_hardware_ftdi::wire::I2cBusLayout & layout, const ::fuchsia_hardware_ftdi::wire::I2cDevice & device)
Create an I2c bus on the FTDI device with a given `layout` and
with `device` attached to it.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.