template <>
class NaturalEventSender
Defined at line 266 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> OnAddressAdded ()
Address successfully added event.
This event is emitted at max once for the lifetime of the address when
the address is successfully added. If the address failed to be added,
this event will not be emitted and a terminal [`OnAddressRemoved`] event
is emitted instead with the reason [`AddressRemovalReason.INVALID`] or
[`AddressRemovalReason.ALREADY_ASSIGNED`].
::fit::result< ::fidl::OneWayError> OnAddressRemoved (const ::fuchsia_net_interfaces_admin::AddressStateProviderOnAddressRemovedRequest & payload)
Terminal event.
Immediately precedes the closure of the server end of the protocol.
- response `error` the removal reason.