template <>

class WireWeakOnewayClientImpl

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

Public Methods

::fidl::OneWayStatus OpenSession (::fidl::ServerEnd< ::fuchsia_hardware_midi::Device> && session)

Opens a new session on the device.

At most one session is permitted at one time; the server end will be

closed with `ZX_ERR_ALREADY_BOUND` if a session already exists.

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