template <>

class NaturalClientImpl

Defined at line 267 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/driver/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_hardware_platform_bus::PlatformBus::NodeAdd> NodeAdd (const ::fidl::Request< ::fuchsia_hardware_platform_bus::PlatformBus::NodeAdd> & request)

Adds a new platform device node to the bus, using configuration provided

by |node|. Platform device nodes are created in their own separate

driver hosts.

::fidl::internal::NaturalThenable< ::fuchsia_hardware_platform_bus::PlatformBus::GetBoardInfo> GetBoardInfo ()

Board drivers may use this to get information about the board, and to

differentiate between multiple boards that they support.

::fidl::internal::NaturalThenable< ::fuchsia_hardware_platform_bus::PlatformBus::SetBoardInfo> SetBoardInfo (const ::fidl::Request< ::fuchsia_hardware_platform_bus::PlatformBus::SetBoardInfo> & request)

Board drivers may use this to set information about the board.

::fidl::internal::NaturalThenable< ::fuchsia_hardware_platform_bus::PlatformBus::SetBootloaderInfo> SetBootloaderInfo (const ::fidl::Request< ::fuchsia_hardware_platform_bus::PlatformBus::SetBootloaderInfo> & request)

Board drivers may use this to set information about the bootloader.

::fidl::internal::NaturalThenable< ::fuchsia_hardware_platform_bus::PlatformBus::RegisterSysSuspendCallback> RegisterSysSuspendCallback (::fidl::Request< ::fuchsia_hardware_platform_bus::PlatformBus::RegisterSysSuspendCallback> request)

Registers a callback that's invoked by the platform bus when it's suspending.

::fidl::internal::NaturalThenable< ::fuchsia_hardware_platform_bus::PlatformBus::AddCompositeNodeSpec> AddCompositeNodeSpec (const ::fidl::Request< ::fuchsia_hardware_platform_bus::PlatformBus::AddCompositeNodeSpec> & request)

Adds a composite node specification that has |node| as one of the

composite node's parents. To accomplish this, this method does a couple

of things. The method adds a platform device node specified by |node| as

a child of the platform bus. Also, a

`fuchsia.driver.framework.ParentSpec` is added to |spec| which matches

the newly added platform device node. Composite bind rules should include

a stanza that matches the properites of |node| in order for the bind

rules to match against the `CompositeNodeSpec`.

::fidl::internal::NaturalThenable< ::fuchsia_hardware_platform_bus::PlatformBus::RegisterIommu> RegisterIommu (::fidl::Request< ::fuchsia_hardware_platform_bus::PlatformBus::RegisterIommu> request)

Register an iommu. The platform bus will use this to create a new iommu

object with the kernel based on the parameters passed in.