class ConsumerControlInputDescriptor
Defined at line 944 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
Describes the format of the input report that will be sent from the
ConsumerControl device to the host.
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> & buttons ()
The list of buttons that this device contains.
Defined at line 951 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
bool has_buttons ()
Defined at line 955 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_buttons ()
The list of buttons that this device contains.
Defined at line 960 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
void clear_buttons ()
Defined at line 968 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
ConsumerControlInputDescriptor & set_buttons (::std::vector< ::fuchsia::input::report::ConsumerControlButton> _value)
void ConsumerControlInputDescriptor ()
void ConsumerControlInputDescriptor (ConsumerControlInputDescriptor && other)
void ~ConsumerControlInputDescriptor ()
ConsumerControlInputDescriptor & operator= (ConsumerControlInputDescriptor && other)
::std::unique_ptr<ConsumerControlInputDescriptor> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,ConsumerControlInputDescriptor *_value,size_t_offset)
zx_status_t Clone (ConsumerControlInputDescriptor * _result)