template <>
class WireWeakAsyncBufferClientImpl
Defined at line 4234 of file fidling/gen/sdk/fidl/fuchsia.hardware.acpi/fuchsia.hardware.acpi/cpp/fidl/fuchsia.hardware.acpi/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::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.
::fidl::internal::WireBufferThenable< ::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.