Class FormatWeight#
Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class FormatWeight
Inheritance#
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#
Methods#
Process(IObservable<WeightMeasurement>)#
public IObservable<HarpMessage> Process(IObservable<WeightMeasurement> source)
Parameters#
source
IObservable<WeightMeasurement>
Returns#
IObservable<HarpMessage>