|
|
SignalGroup Class |
Namespace: GLNeuroTech.Devices.Common
The SignalGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| SignalGroup | Initializes a new instance of the SignalGroup class |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the SignalGroup | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Count |
The number of signals contained in the SignalGroup | |
| DataArrivedEventThreshold |
The number of samples to read before raising the SignalDataAvailable event.
| |
| ItemInt32 |
Returns a signal referenced by position within the group.
| |
| ItemString |
Returns a signal referenced by a unique string name.
| |
| Name |
The name of this Signal Group.
| |
| SampleInterval |
The interval between sample readings for this Signal Group.
| |
| SamplesPerSecond |
The number of samples read per second.
|
| Name | Description | |
|---|---|---|
| SignalDataAvailable |
Notifies subscribers that new signal data is available to be read.
|