Class RoomLightDevice#

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

[Combinator]
public class RoomLightDevice

Inheritance#

objectRoomLightDevice

Inherited Members#

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

Properties#

MessageDelay#

public TimeSpan MessageDelay { get; set; }

Property Value#

TimeSpan

MessageDelayXml#

[Browsable(false)]
public string MessageDelayXml { get; set; }

Property Value#

string

PortName#

[TypeConverter(typeof(SerialPortNameConverter))]
public string PortName { get; set; }

Property Value#

string

Methods#

Process(IObservable<RoomLightMessage>)#

public IObservable<RoomLightMessage> Process(IObservable<RoomLightMessage> source)

Parameters#

source IObservable<RoomLightMessage>

Returns#

IObservable<RoomLightMessage>