template <>

class WireWeakAsyncBufferClientImpl

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

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_midi::Device::GetInfo> GetInfo ()

Get information about the type of MIDI device

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_midi::Device::Read> Read ()

Reads data from the midi device. Only applicable if GetInfo returns

is_source.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_midi::Device::Write> Write (::fidl::VectorView<uint8_t> data)

Writes data to the midi device. Only applicable if GetInfo returns

is_sink.

Caller provides the backing storage for FIDL message.