Пример #1
0
 /// <summary>
 /// Get the device data (value) after it has been modified by the transformation
 /// sequence.  This is the interface that will most often be used.
 /// </summary>
 /// <returns></returns>
 public object GetValue()
 {
     return(Sequence.Apply(GetRawValue()));
 }