template <>
class WireWeakAsyncClientImpl
Defined at line 619 of file fidling/gen/sdk/fidl/fuchsia.hardware.tpmimpl/fuchsia.hardware.tpmimpl/cpp/fidl/fuchsia.hardware.tpmimpl/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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 24 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::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 104 bytes of request buffer on the stack. The callback is stored on the heap.