template <>
class WireAsyncEventHandler
Defined at line 673 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/wire_messaging.h
Public Methods
void 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`].
void OnAddressRemoved (::fidl::WireEvent< ::fuchsia_net_interfaces_admin::AddressStateProvider::OnAddressRemoved> * event)
Terminal event.
Immediately precedes the closure of the server end of the protocol.
- response `error` the removal reason.
void WireAsyncEventHandler ()
Defined at line 677 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/wire_messaging.h