Class CustomUpdateDataIndex
Represents an index used to identify data in the CustomUpdateData.
Inherited Members
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public static class CustomUpdateDataIndex
Fields
| Edit this page View SourceFLUSH_LEDS
Checked by the RGBSurface to see if all LEDs needs to be flushed even if they aren't changed in this update. default: false
Declaration
public const string FLUSH_LEDS = "flushLeds"
Field Value
Type | Description |
---|---|
string |
HEARTBEAT
Used by DeviceUpdateTrigger to indicate heatbeat updates.
Declaration
public const string HEARTBEAT = "heartbeat"
Field Value
Type | Description |
---|---|
string |
RENDER
Checked by the RGBSurface to see if the surface should be rendered in this update. default: true
Declaration
public const string RENDER = "render"
Field Value
Type | Description |
---|---|
string |
UPDATE_DEVICES
Checked by the RGBSurface to see if devies should be updated after rendering. default: true
Declaration
public const string UPDATE_DEVICES = "updateDevices"
Field Value
Type | Description |
---|---|
string |