Struct RoomLightMessage#

Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll

public struct RoomLightMessage

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType()

Constructors#

RoomLightMessage(int, int)#

public RoomLightMessage(int channel, int value)

Parameters#

channel int

value int

Fields#

Channel#

public int Channel

Field Value#

int

Value#

public int Value

Field Value#

int

Methods#

ToString()#

Returns the fully qualified type name of this instance.

public override string ToString()

Returns#

string

The fully qualified type name.