template <>
class WireSyncClientImpl
Defined at line 289 of file fidling/gen/sdk/fidl/fuchsia.hardware.mailbox/fuchsia.hardware.mailbox/cpp/fidl/fuchsia.hardware.mailbox/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_hardware_mailbox::Channel>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::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.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.