template <>
class WireWeakOnewayBufferClientImpl
Defined at line 4180 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.
Caller provides the backing storage for FIDL message.
::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.
Caller provides the backing storage for FIDL message.