Click or drag to resize
SignalGroupSignalDataAvailable Event
Notifies subscribers that new signal data is available to be read.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public event EventHandler<SignalDataEventArgs> SignalDataAvailable

Value

Type: SystemEventHandlerSignalDataEventArgs
Remarks
The frequency at which this event is raised is controlled by DataArrivedEventThreshold
See Also