template <>
class WireWeakOnewayClientImpl
Defined at line 4122 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 Detach ()
Detaches the address' lifetime from the client end of the protocol.
The client end of the protocol can be closed immediately after
calling this method, and the address will not be removed.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus Remove ()
Removes the address.
The server end of the protocol is closed after address removal has
completed, and the `USER_REMOVED` `OnAddressRemoved` event is sent.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.