class ConsumerControlInputReport

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

A single report created by a ConsumerControl device.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::vector< ::fuchsia::input::report::ConsumerControlButton> & pressed_buttons ()

The list of buttons that are currently pressed down.

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

bool has_pressed_buttons ()

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

::std::vector< ::fuchsia::input::report::ConsumerControlButton> * mutable_pressed_buttons ()

The list of buttons that are currently pressed down.

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

void clear_pressed_buttons ()

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

ConsumerControlInputReport & set_pressed_buttons (::std::vector< ::fuchsia::input::report::ConsumerControlButton> _value)
void ConsumerControlInputReport ()
void ConsumerControlInputReport (ConsumerControlInputReport && other)
void ~ConsumerControlInputReport ()
ConsumerControlInputReport & operator= (ConsumerControlInputReport && other)
::std::unique_ptr<ConsumerControlInputReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ConsumerControlInputReport * _value, size_t _offset)
zx_status_t Clone (ConsumerControlInputReport * _result)