template <>
class NaturalClientImpl
Defined at line 636 of file fidling/gen/sdk/fidl/fuchsia.driver.index/fuchsia.driver.index/cpp/fidl/fuchsia.driver.index/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_driver_index::DriverIndex::MatchDriver> MatchDriver (const ::fidl::Request< ::fuchsia_driver_index::DriverIndex::MatchDriver> & request)
Match a set of device arguments to a driver package URL.
::fidl::internal::NaturalThenable< ::fuchsia_driver_index::DriverIndex::AddCompositeNodeSpec> AddCompositeNodeSpec (const ::fidl::Request< ::fuchsia_driver_index::DriverIndex::AddCompositeNodeSpec> & request)
Adds a composite node spec to the driver index. The driver index stores the
composite node spec and maps it by the name. The stored composite node specs are
included in the driver matching process.
::fidl::internal::NaturalThenable< ::fuchsia_driver_index::DriverIndex::RebindCompositeNodeSpec> RebindCompositeNodeSpec (const ::fidl::Request< ::fuchsia_driver_index::DriverIndex::RebindCompositeNodeSpec> & request)
Rematch the composite node spec to a composite driver. If a driver url suffix is
provided, the composite node spec will only be matched against drivers with URLS that
end with the suffix.
::fit::result< ::fidl::OneWayError> SetNotifier (::fidl::Request< ::fuchsia_driver_index::DriverIndex::SetNotifier> request)
Sets the DriverNotifier which is used for reverse communication.