template <>

class WireEventHandlerInterface

Defined at line 1891 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/wire_messaging.h

Public Methods

void OnIdAssigned (::fidl::WireEvent< ::fuchsia_net_filter::NamespaceController::OnIdAssigned> * event)

The server will always emit this event on controller creation to inform

the client of the final ID assigned to the controller.

Controller IDs must always be globally unique in order to distinguish

between events that occur in different controllers' scopes. If the

client provided an ID that collides with an existing controller, the

server will reassign the ID (e.g. by attaching a random suffix).

void WireEventHandlerInterface ()

Defined at line 1894 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/wire_messaging.h

void ~WireEventHandlerInterface ()

Defined at line 1895 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/wire_messaging.h