Show / Hide Table of Contents

Class CustomUpdateDataIndex

Represents an index used to identify data in the CustomUpdateData.

Inheritance
object
CustomUpdateDataIndex
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public static class CustomUpdateDataIndex

Fields

| Edit this page View Source

FLUSH_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
| Edit this page View Source

HEARTBEAT

Used by DeviceUpdateTrigger to indicate heatbeat updates.

Declaration
public const string HEARTBEAT = "heartbeat"
Field Value
Type Description
string
| Edit this page View Source

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
| Edit this page View Source

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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX