template <>
class WireWeakAsyncBufferClientImpl
Defined at line 1420 of file fidling/gen/sdk/fidl/fuchsia.hardware.serial/fuchsia.hardware.serial/cpp/fidl/fuchsia.hardware.serial/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::fuchsia_hardware_serial::Device::GetClass> GetClass ()
Lookup what type of serial device this is.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::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.
::fidl::internal::WireBufferThenable< ::fuchsia_hardware_serial::Device::Read> Read ()
Reads data from the serial port.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::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.