template <>

class WireSyncClientImpl

Defined at line 304 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::Command>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_tpm::Command::Transmit> Transmit (::fidl::VectorView<uint8_t> data)

Submit a TPM2 command to be executed by the Resource Manager

&

TAB.

Error conditions:

ZX_UNAVAILABLE will be returned if the TPM cannot be accessed.

ZX_TIMED_OUT will be returned if the TPM hardware hits the TCG timeouts.

Request is heap-allocated. Response is heap-allocated.