template <>

class WireWeakAsyncClientImpl

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

Public Methods

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

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.

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

Reads data into the pre-registered vmo.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.