class InputReportsReaderV2

Defined at line 9391 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

A reader protocol that reports input events.

Public Methods

void ~InputReportsReaderV2 ()
void AcknowledgeReports (uint64_t last_acknowledged_report_stamp)

The client has processed events up to `last_acknowledged_report_stamp`.

All reports sent with a `last_report_stamp` less than or equal to

`last_acknowledged_report_stamp` will be considered acknowledged, and therefore

will not count towards the `max_unacknowledged_reports` limit.

Protected Methods

void handle_unknown_method (uint64_t ordinal, bool method_has_response)

Friends

class InputReportsReaderV2_Stub