template <>
class WireSyncClientImpl
Defined at line 686 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_storage_block::Session>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_storage_block::Session::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.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_storage_block::Session::GetFifo> GetFifo ()
Returns a handle to the client end of the FIFO.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_storage_block::Session::AttachVmo> AttachVmo (::zx::vmo && vmo)
Attaches a VMO to the session.
Returns an identifer that can be used to refer to the VMO.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.