template <>

class WireWeakAsyncClientImpl

Defined at line 1392 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::WireThenable< ::fuchsia_hardware_serial::Device::GetClass> GetClass ()

Lookup what type of serial device this is.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

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

Set the configuration of this serial device.

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_hardware_serial::Device::Read> Read ()

Reads data from the serial port.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

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

Writes data to the serial port.

The request and callback are allocated on the heap.