template <>

class WireSyncBufferClientImpl

Defined at line 864 of file fidling/gen/sdk/fidl/fuchsia.hardware.serial/fuchsia.hardware.serial/cpp/fidl/fuchsia.hardware.serial/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_hardware_serial::Device::GetClass> GetClass ()

Lookup what type of serial device this is.

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

::fidl::WireUnownedResult< ::fuchsia_hardware_serial::Device::SetConfig> SetConfig (const ::fuchsia_hardware_serial::wire::Config & config)

Set the configuration of this serial device.

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

::fidl::WireUnownedResult< ::fuchsia_hardware_serial::Device::Read> Read ()

Reads data from the serial port.

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

::fidl::WireUnownedResult< ::fuchsia_hardware_serial::Device::Write> Write (::fidl::VectorView<uint8_t> data)

Writes data to the serial port.

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