template <>

class WireServer

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

Pure-virtual interface to be implemented by a server.

This interface uses typed channels (i.e. |::fidl::ClientEnd

<

::fuchsia_hardware_interconnect::Device>|

and |::fidl::ServerEnd

<

::fuchsia_hardware_interconnect::Device>|).

Public Methods

void SetNodesBandwidth (::fuchsia_hardware_interconnect::wire::DeviceSetNodesBandwidthRequest * request, SetNodesBandwidthCompleter::Sync & completer)
void GetNodeGraph (GetNodeGraphCompleter::Sync & completer)

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.

void GetPathEndpoints (GetPathEndpointsCompleter::Sync & completer)

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.

void WireServer ()

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

Handler bind_handler (async_dispatcher_t * dispatcher)

|bind_handler| returns a handler that binds incoming connections to this

server implementation.

The returned handler borrows the server instance.

The server must outlive the provided |dispatcher|. Only after

the dispatcher is shutdown will it be safe to destroy the servers.

The server should not be moved.

void ~WireServer ()

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