template <>
class WireWeakAsyncClientImpl
Defined at line 1177 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::WireThenable< ::fuchsia_hardware_midi::Device::GetInfo> GetInfo ()
Get information about the type of MIDI device
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_midi::Device::Read> Read ()
Reads data from the midi device. Only applicable if GetInfo returns
is_source.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_midi::Device::Write> Write (::fidl::VectorView<uint8_t> data)
Writes data to the midi device. Only applicable if GetInfo returns
is_sink.
The request and callback are allocated on the heap.