template <>
class WireSyncClientImpl
Defined at line 470 of file fidling/gen/sdk/fidl/fuchsia.hardware.tpmimpl/fuchsia.hardware.tpmimpl/cpp/fidl/fuchsia.hardware.tpmimpl/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_hardware_tpmimpl::TpmImpl>|,
avoiding setting up a client.
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.