template <>

class WireWeakSyncClientImpl

Defined at line 4250 of file fidling/gen/sdk/fidl/fuchsia.hardware.acpi/fuchsia.hardware.acpi/cpp/fidl/fuchsia.hardware.acpi/cpp/wire_messaging.h

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.