Show / Hide Table of Contents

Class CustomUpdateDataExtension

Offers some extensions for easier use of CustomUpdateData.

Inheritance
object
CustomUpdateDataExtension
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 CustomUpdateDataExtension

Methods

| Edit this page View Source

FlushLeds(CustomUpdateData, bool)

Sets the FLUSH_LEDS-Parameter to the given value.

Declaration
public static CustomUpdateData FlushLeds(this CustomUpdateData customUpdateData, bool value = true)
Parameters
Type Name Description
CustomUpdateData customUpdateData

The update-data to modify.

bool value

The value to set.

Returns
Type Description
CustomUpdateData

The modified update-data.

| Edit this page View Source

Heartbeat(CustomUpdateData, bool)

Sets the HEARTBEAT-Parameter to the given value.

Declaration
public static CustomUpdateData Heartbeat(this CustomUpdateData customUpdateData, bool value = true)
Parameters
Type Name Description
CustomUpdateData customUpdateData

The update-data to modify.

bool value

The value to set.

Returns
Type Description
CustomUpdateData

The modified update-data.

| Edit this page View Source

Render(CustomUpdateData, bool)

Sets the RENDER-Parameter to the given value.

Declaration
public static CustomUpdateData Render(this CustomUpdateData customUpdateData, bool value = true)
Parameters
Type Name Description
CustomUpdateData customUpdateData

The update-data to modify.

bool value

The value to set.

Returns
Type Description
CustomUpdateData

The modified update-data.

| Edit this page View Source

UpdateDevices(CustomUpdateData, bool)

Sets the UPDATE_DEVICES-Parameter to the given value.

Declaration
public static CustomUpdateData UpdateDevices(this CustomUpdateData customUpdateData, bool value = true)
Parameters
Type Name Description
CustomUpdateData customUpdateData

The update-data to modify.

bool value

The value to set.

Returns
Type Description
CustomUpdateData

The modified update-data.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX