template <>
class NaturalEventSender
Defined at line 719 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> OnIdAssigned (const ::fuchsia_net_filter::NamespaceControllerOnIdAssignedRequest & payload)
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).