class DeviceState

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

Holds the state for an |InputDevice|.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::settings::ToggleStateFlags & toggle_flags ()

Controls the on/off state of the input device.

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

bool has_toggle_flags ()

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

::fuchsia::settings::ToggleStateFlags * mutable_toggle_flags ()

Controls the on/off state of the input device.

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

void clear_toggle_flags ()

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

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