class ConsumerControlDescriptor
Defined at line 1002 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
A Fuchsia ConsumerControl represents a device thats purpose is to change
values on the host. Typical controls are Volume, Power, Media Playback.
(Consider a TV remote to be a typical ConsumerControl).
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::input::report::ConsumerControlInputDescriptor & input ()
Defined at line 1008 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
bool has_input ()
Defined at line 1012 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
::fuchsia::input::report::ConsumerControlInputDescriptor * mutable_input ()
Defined at line 1016 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
void clear_input ()
Defined at line 1024 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
ConsumerControlDescriptor & set_input (::fuchsia::input::report::ConsumerControlInputDescriptor _value)
void ConsumerControlDescriptor ()
void ConsumerControlDescriptor (ConsumerControlDescriptor && other)
void ~ConsumerControlDescriptor ()
ConsumerControlDescriptor & operator= (ConsumerControlDescriptor && other)
::std::unique_ptr<ConsumerControlDescriptor> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ConsumerControlDescriptor * _value, size_t _offset)
zx_status_t Clone (ConsumerControlDescriptor * _result)