template <>
class WireSyncBufferClientImpl
Defined at line 520 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_paver::PayloadStream::RegisterVmo> RegisterVmo (::zx::vmo && vmo)
Registers a VMO to stream into.
This can be called once per PayloadStream.
Any subsequent calls will return ZX_ERR_ALREADY_BOUND.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_paver::PayloadStream::ReadData> ReadData ()
Reads data into the pre-registered vmo.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.