template <>

class WireSyncBufferClientImpl

Defined at line 507 of file fidling/gen/sdk/fidl/fuchsia.unknown/fuchsia.unknown/cpp/fidl/fuchsia.unknown/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_unknown::Closeable::Close> Close ()

Terminates the connection.

After calling `Close`, the client must not send any other requests.

Servers, after sending the status response, should close the connection

regardless of status and without sending an epitaph.

Closing the client end of the channel should be semantically equivalent

to calling `Close` without knowing when the close has completed or its

status.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.