template <>

class WireWeakSyncClientImpl

Defined at line 1663 of file fidling/gen/sdk/fidl/fuchsia.hardware.serialimpl/fuchsia.hardware.serialimpl/cpp/fidl/fuchsia.hardware.serialimpl/cpp/driver/wire_messaging.h

Public Methods

::fdf::WireUnownedResult< ::fuchsia_hardware_serialimpl::Device::GetInfo> GetInfo ()

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

::fdf::WireUnownedResult< ::fuchsia_hardware_serialimpl::Device::Config> Config (uint32_t baud_rate, uint32_t flags)

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

::fdf::WireUnownedResult< ::fuchsia_hardware_serialimpl::Device::Enable> Enable (bool enable)

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

::fdf::WireUnownedResult< ::fuchsia_hardware_serialimpl::Device::Read> Read ()

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.

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

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.

::fdf::WireUnownedResult< ::fuchsia_hardware_serialimpl::Device::CancelAll> CancelAll ()

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