template <>
class WireSyncClientImpl
Defined at line 288 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/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_blobfs_internal::DecompressorCreator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_blobfs_internal::DecompressorCreator::Create> Create (::zx::fifo && server_end, ::zx::vmo && compressed_vmo, ::zx::vmo && decompressed_vmo)
Takes the server end of a fifo for `DecompressRangeRequest` objects to
handle requests and put `DecopmressRangeResponse` responses on. Data
for requests is read from `compressed_vmo` and results written to
`decompressed_vmo`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.