template <>
class NaturalClientImpl
Defined at line 548 of file fidling/gen/sdk/fidl/fuchsia.hardware.spmi/fuchsia.hardware.spmi/cpp/fidl/fuchsia.hardware.spmi/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_hardware_spmi::Debug::ConnectTarget> ConnectTarget (::fidl::Request< ::fuchsia_hardware_spmi::Debug::ConnectTarget> request)
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.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_spmi::Debug::GetControllerProperties> GetControllerProperties ()
Returns the properties of the host SPMI controller.