template <>

class WireWeakAsyncBufferClientImpl

Defined at line 10214 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::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.

::fidl::internal::WireBufferThenable< ::fuchsia_paver::PayloadStream::ReadData> ReadData ()

Reads data into the pre-registered vmo.

Caller provides the backing storage for FIDL message.