template <>

class WireWeakSyncClientImpl

Defined at line 664 of file fidling/gen/sdk/fidl/fuchsia.fido.report/fuchsia.fido.report/cpp/fidl/fuchsia.fido.report/cpp/wire_messaging.h

Public Methods

::fidl::WireResult< ::fuchsia_fido_report::SecurityKeyDevice::SendMessage> SendMessage (::fuchsia_fido_report::wire::Message Message)

Send a message (request) to a FIDO key.

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::WireResult< ::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`.

Allocates 24 bytes of request buffer on the stack. Response is heap-allocated.