template <>

class NaturalSyncClientImpl

Defined at line 138 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/natural_messaging.h

Public Methods

::fidl::Result< ::fuchsia_hardware_interconnect::Device::SetNodesBandwidth> SetNodesBandwidth (const ::fidl::Request< ::fuchsia_hardware_interconnect::Device::SetNodesBandwidth> & request)
::fidl::Result< ::fuchsia_hardware_interconnect::Device::GetNodeGraph> GetNodeGraph ()

Returns a list of all nodes and edges between those nodes.

Edges are directional, so if an interconnect allows bidirectional traffic,

it should be listed twice, once for each direction of traffic flow.

Edges must only be specified for directly adjacent nodes.

::fidl::Result< ::fuchsia_hardware_interconnect::Device::GetPathEndpoints> GetPathEndpoints ()

The paths within the interconnect node graph which see bus traffic

and need to have constraints applied to by drivers. Each path will have

a device node instantiated for it.