Enum CorsairPropertyFlag
iCUE-SDK: contains list of operations that can be applied to the property
Namespace: RGB.NET.Devices.Corsair
Assembly: RGB.NET.Devices.Corsair.dll
Syntax
[Flags]
public enum CorsairPropertyFlag
Fields
| Name | Description |
|---|---|
| CanRead | iCUE-SDK: describes readable property |
| CanWrite | iCUE-SDK: describes writable property |
| Indexed | iCUE-SDK: if flag is set, then index should be used to read/write multiple properties that share the same property identifier |
| None |