template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::WireUnownedResult< ::fuchsia_hardware_mailbox::Channel::SendMessage> SendMessage (::fidl::VectorView<uint8_t> message)

Writes the message to the mailbox, interrupts the destination core, and (if applicable)

waits for the destination core to ack the message.

Returns `ZX_ERR_OUT_OF_RANGE` if `message` is larger than what the hardware can support.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.