template <>

class Server

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

Public Methods

void Server ()

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

void SetNodesBandwidth (SetNodesBandwidthRequest & 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.

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 ~Server ()

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