class InputDeviceGetInputReportsReaderV2Response

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

Public Methods

void InputDeviceGetInputReportsReaderV2Response (Storage_ storage)
void InputDeviceGetInputReportsReaderV2Response (uint16_t max_unacknowledged_reports)
void InputDeviceGetInputReportsReaderV2Response ()

Default constructs a |InputDeviceGetInputReportsReaderV2Response| only if all of its members are default constructible.

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

void InputDeviceGetInputReportsReaderV2Response (InputDeviceGetInputReportsReaderV2Response && )

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

void InputDeviceGetInputReportsReaderV2Response (const InputDeviceGetInputReportsReaderV2Response & other)
InputDeviceGetInputReportsReaderV2Response & operator= (InputDeviceGetInputReportsReaderV2Response && )

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

InputDeviceGetInputReportsReaderV2Response & operator= (const InputDeviceGetInputReportsReaderV2Response & other)
bool operator== (const InputDeviceGetInputReportsReaderV2Response & other)
bool operator!= (const InputDeviceGetInputReportsReaderV2Response & other)
uint16_t max_unacknowledged_reports ()

The device must not send any `OnInputReports()` events when there are

`max_unacknowledged_reports` unacknowledged reports.

The server may queue or drop events after unacknowledged events reach

`max_unacknowledged_reports`.

The client should send acknowledgements before unacknowledged reports

reach `max_unacknowledged_reports` to avoid being throttled.

uint16_t & max_unacknowledged_reports ()

The device must not send any `OnInputReports()` events when there are

`max_unacknowledged_reports` unacknowledged reports.

The server may queue or drop events after unacknowledged events reach

`max_unacknowledged_reports`.

The client should send acknowledgements before unacknowledged reports

reach `max_unacknowledged_reports` to avoid being throttled.

InputDeviceGetInputReportsReaderV2Response & max_unacknowledged_reports (uint16_t value)

The device must not send any `OnInputReports()` events when there are

`max_unacknowledged_reports` unacknowledged reports.

The server may queue or drop events after unacknowledged events reach

`max_unacknowledged_reports`.

The client should send acknowledgements before unacknowledged reports

reach `max_unacknowledged_reports` to avoid being throttled.

void InputDeviceGetInputReportsReaderV2Response (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits