template <>
class WireSyncBufferClientImpl
Defined at line 488 of file fidling/gen/sdk/fidl/fuchsia.fido.report/fuchsia.fido.report/cpp/fidl/fuchsia.fido.report/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.