template <>
class WireWeakSyncClientImpl
Defined at line 1225 of file fidling/gen/sdk/fidl/fuchsia.hardware.midi/fuchsia.hardware.midi/cpp/fidl/fuchsia.hardware.midi/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_hardware_midi::Device::GetInfo> GetInfo ()
Get information about the type of MIDI device
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_midi::Device::Read> Read ()
Reads data from the midi device. Only applicable if GetInfo returns
is_source.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_midi::Device::Write> Write (::fidl::VectorView<uint8_t> data)
Writes data to the midi device. Only applicable if GetInfo returns
is_sink.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.