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

Contains information specific to a DaqDevice communication error. More...

Inheritance diagram for GLNeuroTech.Devices.Common.CommunicationErrorArgs:

Public Types

enum  DaqDeviceError { DaqDeviceError.ConnectionLost, DaqDeviceError.PacketMissed }
 List of specific DaqDevice communication types. More...
 

Properties

DaqDeviceError Error [get, set]
 The type of error event that occured. More...
 
Exception Exception [get, set]
 The specific exception attached to this error, if any. More...
 
Signal Signal [get, set]
 If this error pertains to a particular signal, this is a reference to that signal. Otherwise null. More...
 

Detailed Description

Contains information specific to a DaqDevice communication error.

Member Enumeration Documentation

◆ DaqDeviceError

List of specific DaqDevice communication types.

Enumerator
ConnectionLost 

The connection to the device has been lost.

PacketMissed 

One or more packets were not received from the device.

Property Documentation

◆ Error

DaqDeviceError GLNeuroTech.Devices.Common.CommunicationErrorArgs.Error
getset

The type of error event that occured.

◆ Exception

Exception GLNeuroTech.Devices.Common.CommunicationErrorArgs.Exception
getset

The specific exception attached to this error, if any.

◆ Signal

Signal GLNeuroTech.Devices.Common.CommunicationErrorArgs.Signal
getset

If this error pertains to a particular signal, this is a reference to that signal. Otherwise null.