template <>
class WireWeakAsyncBufferClientImpl
Defined at line 647 of file fidling/gen/sdk/fidl/fuchsia.fido.report/fuchsia.fido.report/cpp/fidl/fuchsia.fido.report/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::fuchsia_fido_report::SecurityKeyDevice::SendMessage> SendMessage (::fuchsia_fido_report::wire::Message Message)
Send a message (request) to a FIDO key.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_fido_report::SecurityKeyDevice::GetMessage> GetMessage (uint32_t channel_id)
Wait for and receive a message (response) from a FIDO key.
Returns ZX_ERR_ACCESS_DENIED if `channel_id` does not match the
channel_id in `response`.
Caller provides the backing storage for FIDL message.