template <>
class WireSyncBufferClientImpl
Defined at line 516 of file fidling/gen/sdk/fidl/fuchsia.hardware.acpi/fuchsia.hardware.acpi/cpp/fidl/fuchsia.hardware.acpi/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_hardware_acpi::AddressSpaceHandler::Read> Read (uint64_t address, uint32_t width)
Read a value from this address space.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_hardware_acpi::AddressSpaceHandler::Write> Write (uint64_t address, uint32_t width, uint64_t value)
Write a value to this address space.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.