template <>

class WireSyncBufferClientImpl

Defined at line 320 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::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.

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