
|   | GsrSignal Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
        Namespace: GLNeuroTech.Devices.BioRadio.Signals
 Syntax
SyntaxThe GsrSignal type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | (Inherited from Signal.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetNextRawValue | 
            Returns the next raw sensor value in the buffer.
            (Inherited from Signal.) | 
|  | GetNextSample | 
            Used to retrieve the next Sample object in the signal buffer.
            (Inherited from Signal.) | 
|  | GetRawValueArray | 
            Gets an array of raw (unscaled) values from the signal.
            (Inherited from Signal.) | 
|  | GetRawValues | 
            Enumerates over raw values in the signal buffer.
            (Inherited from Signal.) | 
|  | GetRawValues(Int32) | 
            Enumerates over raw values in the signal buffer.
            (Inherited from Signal.) | 
|  | GetSamples | 
            Iterates over all samples currently in the signal buffer.
            (Inherited from Signal.) | 
|  | GetScaledValueArray | 
            Used to retrieve an array of scaled sample values from the signal
            (Inherited from Signal.) | 
|  | GetScaledValueArray(Int32) | 
            Creates an array of values representing the samples from the signal.
            (Inherited from Signal.) | 
|  | GetScaledValues | 
            Enumerates over all scaled values currently in the signal buffer.
            (Inherited from Signal.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | Reset | 
            Clears any data in the input buffer for this signal.
            (Inherited from Signal.) | 
|  | ToString | (Inherited from Object.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Configuration | 
            Describes the device configuration options that have been set for this channel.
            (Inherited from BioRadioSignal.) | 
|  | Enabled | 
            Indicates whether the signal is enabled.
            (Inherited from Signal.) | 
|  | MaxValue | 
            The maximum scaled value that this signal supports.
            (Inherited from Signal.) | 
|  | MinValue | 
            The miniumum scaled value that this signal supports.
            (Inherited from Signal.) | 
|  | Name | 
            The name associated with this signal.
            (Inherited from Signal.) | 
|  | Owner | 
            The SignalGroup to which this signal belongs.
            (Inherited from Signal.) | 
|  | RawMaxValue | 
            The maximum unscaled value that this signal supports.
            (Inherited from Signal.) | 
|  | RawMinValue | 
            The minimum unscaled value that this signal supports.
            (Inherited from Signal.) | 
|  | ReadingsAvailable | 
            The number of samples available to be read
            (Inherited from Signal.) | 
|  | SampleInterval | 
            The time interval between sample readings.
            (Inherited from Signal.) | 
|  | SamplesPerSecond | 
            The number of samples transmitted by the device in one second.
            (Inherited from Signal.) | 
|  | Units | 
            The units of measurement in which scaled values are reported.
            (Inherited from Signal.) | 
 See Also
See Also