template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_hardware_spmi::Debug::GetControllerProperties> GetControllerProperties ()

Returns the properties of the host SPMI controller.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.