template <>
class WireSyncClientImpl
Defined at line 4004 of file fidling/gen/sdk/fidl/fuchsia.hardware.acpi/fuchsia.hardware.acpi/cpp/fidl/fuchsia.hardware.acpi/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_acpi::NotifyHandler>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_acpi::NotifyHandler::Handle> Handle (uint32_t value)
Called when a notification is received. |value| is the notification number.
Another notification will not be sent until Reply() is called.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.