template <>
class WireSyncClientImpl
Defined at line 5244 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/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_fxfs::BlobReader>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_fxfs::BlobReader::GetVmo> GetVmo (const ::fidl::Array<uint8_t, 32> & blob_hash)
Given the hash of a blob, returns a VMO with its contents.
Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.