template <>

class WireBufferEventSender

Defined at line 4349 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

fidl::OneWayStatus 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`].

fidl::OneWayStatus OnAddressRemoved (::fuchsia_net_interfaces_admin::wire::AddressRemovalReason error)

Terminal event.

Immediately precedes the closure of the server end of the protocol.

- response `error` the removal reason.