template <>

class AsyncEventHandler

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

Public Methods

void AsyncEventHandler ()

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

void OnIdAssigned (::fidl::Event< ::fuchsia_net_filter::NamespaceController::OnIdAssigned> & )

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).