template <>
class WireTableBuilder
Defined at line 3694 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_settings::wire::InputDevice> & device_name (First && first, Args &&... args_)
Uniquely identifies a device within a device type.
Defined at line 3707 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h
template <typename First = ::fidl::VectorView<::fuchsia_settings::wire::SourceState>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_settings::wire::SourceState>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_settings::wire::InputDevice> & source_states (First && first, Args &&... args_)
The state for each individual [DeviceStateSource].
Defined at line 3720 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h
template <typename First = ::fuchsia_settings::wire::ToggleStateFlags, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_settings::wire::ToggleStateFlags>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_settings::wire::InputDevice> & mutable_toggle_state (First && first, Args &&... args_)
The software toggle states which are allowed to be changed for a device.
Defined at line 3733 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h
template <typename First = ::fuchsia_settings::wire::DeviceState, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_settings::wire::DeviceState>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_settings::wire::InputDevice> & state (First && first, Args &&... args_)
The overall state of the device, considering the combination
of the source states.
Defined at line 3747 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h
Friends
template <>
class InputDevice