template <>

class WireSyncBufferClientImpl

Defined at line 5569 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_pkg::Cup::Write> Write (const ::fuchsia_pkg::wire::PackageUrl & url, ::fuchsia_pkg::wire::CupData cup)

Resolve the eager package given by the pinned package URL, and write the

CUP data to storage.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_pkg::Cup::GetInfo> GetInfo (const ::fuchsia_pkg::wire::PackageUrl & url)

Returns the eager package version and channel of the given package URL.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.