template <>
class WireWeakAsyncClientImpl
Defined at line 4214 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::WireThenable< ::fuchsia_hardware_acpi::AddressSpaceHandler::Read> Read (uint64_t address, uint32_t width)
Read a value from this address space.
Allocates 32 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_acpi::AddressSpaceHandler::Write> Write (uint64_t address, uint32_t width, uint64_t value)
Write a value to this address space.
Allocates 40 bytes of request buffer on the stack. The callback is stored on the heap.