template <>

class WireWeakAsyncBufferClientImpl

Defined at line 2649 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::WireBufferThenable< ::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.

Caller provides the backing storage for FIDL message.

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

Returns the properties of the host SPMI controller.

Caller provides the backing storage for FIDL message.