template <>

class WireSyncClientImpl

Defined at line 290 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/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_input_report::InputReportsReader>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_input_report::InputReportsReader::ReadInputReports> ReadInputReports ()

This is a Hanging-Get function to read the reports in the

InputReport FIFO. This will not reply until there is at least one

report available.

If there is already one outstanding Hanging-Get, calling this

again will return ZX_ERR_ALREADY_BOUND.

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