template <>
class NaturalEventHandlerInterface
Defined at line 652 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/natural_messaging.h
Public Methods
void NaturalEventHandlerInterface ()
Defined at line 655 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).
void ~NaturalEventHandlerInterface ()
Defined at line 656 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/natural_messaging.h