template <>

class WireWeakSyncClientImpl

Defined at line 654 of file fidling/gen/sdk/fidl/fuchsia.hardware.tpmimpl/fuchsia.hardware.tpmimpl/cpp/fidl/fuchsia.hardware.tpmimpl/cpp/wire_messaging.h

Public Methods

::fidl::WireResult< ::fuchsia_hardware_tpmimpl::TpmImpl::Read> Read (uint8_t locality, ::fuchsia_hardware_tpmimpl::wire::RegisterAddress address, uint32_t count)

Read |count| bytes from |address| in locality |locality|.

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

::fidl::WireResult< ::fuchsia_hardware_tpmimpl::TpmImpl::Write> Write (uint8_t locality, ::fuchsia_hardware_tpmimpl::wire::RegisterAddress address, ::fidl::VectorView<uint8_t> data)

Write |data| to |address| in |locality|.

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