|
CommunicationErrorArgsDaqDeviceError Enumeration |
List of specific
DaqDevice communication types.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public enum DaqDeviceError
Public Enumeration DaqDeviceError
public enum class DaqDeviceError
Members
| Member name | Value | Description |
---|
| ConnectionLost | 0 |
The connection to the device has been lost.
|
| PacketMissed | 1 |
One or more packets were not received from the device.
|
See Also