Class FormatDispenserState#

Namespace: Aeon.Foraging
Assembly: Aeon.Foraging.dll

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class FormatDispenserState

Inheritance#

objectFormatDispenserState

Inherited Members#

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

Properties#

Address#

public int Address { get; set; }

Property Value#

int

Methods#

Process(IObservable<Timestamped<DispenserState>>)#

public IObservable<HarpMessage> Process(IObservable<Timestamped<DispenserState>> source)

Parameters#

source IObservable<Timestamped<DispenserState>>

Returns#

IObservable<HarpMessage>