Click or drag to resize
Signal Methods

The Signal type exposes the following members.

Methods
  Name Description
Public method Dispose
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetNextRawValue
Returns the next raw sensor value in the buffer.
Public method GetNextSample
Used to retrieve the next Sample object in the signal buffer.
Public method GetRawValueArray
Gets an array of raw (unscaled) values from the signal.
Public method GetRawValues
Enumerates over raw values in the signal buffer.
Public method GetRawValues(Int32)
Enumerates over raw values in the signal buffer.
Public method GetSamples
Iterates over all samples currently in the signal buffer.
Public method GetScaledValueArray
Used to retrieve an array of scaled sample values from the signal
Public method GetScaledValueArray(Int32)
Creates an array of values representing the samples from the signal.
Public method GetScaledValues
Enumerates over all scaled values currently in the signal buffer.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset
Clears any data in the input buffer for this signal.
Public method ToString (Inherited from Object.)
Top
See Also