template <>

class WireWeakAsyncClientImpl

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

Public Methods

::fidl::internal::WireThenable< ::fuchsia_hardware_spmi::Debug::ConnectTarget> ConnectTarget (uint8_t target_id, ::fidl::ServerEnd< ::fuchsia_hardware_spmi::Device> && server)

Connects to the target device with the given ID. Equivalent to connecting to `TargetService`

via the corresponding driver node.

Returns `INVALID_ARGS` if `target_id` is greater than or equal to `MAX_TARGETS`.

May return an error if there is no such target on the bus; otherwise errors will be returned

when attempting to access the client.

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_hardware_spmi::Debug::GetControllerProperties> GetControllerProperties ()

Returns the properties of the host SPMI controller.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.