template <>

class WireWeakSyncClientImpl

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

Public Methods

::fidl::WireResult< ::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 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_paver::PayloadStream::ReadData> ReadData ()

Reads data into the pre-registered vmo.

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.