template <>

class WireSyncClientImpl

Defined at line 1231 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/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_tpm::Provision>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_tpm::Provision::IsOwned> IsOwned ()

Returns the OwnershipStatus of the TPM.

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

::fidl::WireResult< ::fuchsia_tpm::Provision::TakeOwnership> TakeOwnership (::fuchsia_tpm::wire::ProvisionTakeOwnershipRequest ProvisionTakeOwnershipRequest)

TakeOwnership is a one time setup call that is required on operating

system install or after a factory reset.

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