class InputSettings

Defined at line 3595 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

Settings related to device input. New format for InputDeviceSettings.

InputSettings contains a list of input devices, e.g. Microphone and Camera

devices. There may be multiple devices of each type. If so, they will be

differentiated by the device_name. If there is only one device of a certain

[DeviceType], then the name defaults to the same as the device type, e.g.

DeviceType::Microphone -> "microphone".

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::vector< ::fuchsia::settings::InputDevice> & devices ()

Defined at line 3601 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

bool has_devices ()

Defined at line 3605 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

::std::vector< ::fuchsia::settings::InputDevice> * mutable_devices ()

Defined at line 3609 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

void clear_devices ()

Defined at line 3617 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

InputSettings & set_devices (::std::vector< ::fuchsia::settings::InputDevice> _value)
void InputSettings ()
void InputSettings (InputSettings && other)
void ~InputSettings ()
InputSettings & operator= (InputSettings && other)
::std::unique_ptr<InputSettings> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, InputSettings * _value, size_t _offset)
zx_status_t Clone (InputSettings * _result)