template <>
class WireSyncBufferClientImpl
Defined at line 678 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_hardware_interconnect::Device::SetNodesBandwidth> SetNodesBandwidth (::fidl::VectorView< ::fuchsia_hardware_interconnect::wire::NodeBandwidth> nodes)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.