Namespaces

Enumerations

enum class Capability : uint32_t
Name Value Comments
kBrightness 1u

This capability indicates that the light supports setting brightness to a uint8_t value.
If this capability is not supported, the light only supports off and on state.

kRgb 2u

This capability indicates that the light supports setting an RGB value.

kSimple 3u

No capabilities

Defined at line 17 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/common_types.h

enum class LightError : uint32_t
Name Value
kOk 0u
kNotSupported 1u
kInvalidIndex 2u
kFailed 3u

Defined at line 46 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/common_types.h

Records