class ConsumerControlInputReport

Defined at line 912 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.

void ConsumerControlInputReport ()
void ConsumerControlInputReport (ConsumerControlInputReport && other)
const ::std::vector< ::fuchsia::input::ConsumerControlButton> & pressed_buttons ()

The list of buttons that are currently pressed down.

Defined at line 919 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 923 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

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

The list of buttons that are currently pressed down.

Defined at line 928 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 936 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::ConsumerControlButton> _value)
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)