template <>

class WireSyncClientImpl

Defined at line 1663 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/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_boot::FactoryItems>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_boot::FactoryItems::Get> Get (uint32_t extra)

Gets a `payload` for a `ZBI_TYPE_STORAGE_BOOTFS_FACTORY` boot item with

extra field set to `extra`.

NOTE: We return the `length` of the item, as VMOs must be page-aligned.

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