template <>

class WireWeakOnewayBufferClientImpl

Defined at line 7356 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus Close ()

Cleanly closes a session.

This will cause the session to send a `ZX_ERR_CANCELLED` epitaph and

proceed to close the Session channel. Clients may only assume that they

own all the buffers that are currently owned by the session (sent over

either the rx or tx FIFOs) once the epitaph is received. Closing the rx

or tx FIFO is equivalent to calling `Close`.

Caller provides the backing storage for FIDL message.