template <>
class WireSyncClientImpl
Defined at line 497 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::AddressSpaceHandler>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_acpi::AddressSpaceHandler::Read> Read (uint64_t address, uint32_t width)
Read a value from this address space.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_acpi::AddressSpaceHandler::Write> Write (uint64_t address, uint32_t width, uint64_t value)
Write a value to this address space.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.