Bio Radio SDK - Xamarin Android
GLNeuroTech.Devices.Common.SignalDataEventArgs Class Reference

Provides a means of identifying a particular SignalGroup or Signal when a related event is raised. More...

Inheritance diagram for GLNeuroTech.Devices.Common.SignalDataEventArgs:

Properties

SignalGroup Group [get, set]
 The SignalGroup object, if any, associated with this event. More...
 
Signal Signal [get, set]
 The Signal object, if any, associated with this event. More...
 

Detailed Description

Provides a means of identifying a particular SignalGroup or Signal when a related event is raised.

Property Documentation

◆ Group

SignalGroup GLNeuroTech.Devices.Common.SignalDataEventArgs.Group
getset

The SignalGroup object, if any, associated with this event.

◆ Signal

Signal GLNeuroTech.Devices.Common.SignalDataEventArgs.Signal
getset

The Signal object, if any, associated with this event.