template <>
class WireSyncClientImpl
Defined at line 498 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/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_paver::PayloadStream>|,
avoiding setting up a client.
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.