# Struct RoomLightMessage Namespace: [Aeon.Environment](Aeon.Environment.md) Assembly: Aeon.Environment.dll ```csharp public struct RoomLightMessage ``` #### Inherited Members [object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring), [object.Equals\(object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)), [object.Equals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)), [object.ReferenceEquals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype) ## Constructors ### RoomLightMessage\(int, int\) ```csharp public RoomLightMessage(int channel, int value) ``` #### Parameters `channel` [int](https://learn.microsoft.com/dotnet/api/system.int32) `value` [int](https://learn.microsoft.com/dotnet/api/system.int32) ## Fields ### Channel ```csharp public int Channel ``` #### Field Value [int](https://learn.microsoft.com/dotnet/api/system.int32) ### Value ```csharp public int Value ``` #### Field Value [int](https://learn.microsoft.com/dotnet/api/system.int32) ## Methods ### ToString\(\) Returns the fully qualified type name of this instance. ```csharp public override string ToString() ``` #### Returns [string](https://learn.microsoft.com/dotnet/api/system.string) The fully qualified type name.