|
DaqDeviceCommunicationError Event |
Raised when a communication error has occurred.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public event EventHandler<CommunicationErrorArgs> CommunicationError
Public Event CommunicationError As EventHandler(Of CommunicationErrorArgs)
public:
virtual event EventHandler<CommunicationErrorArgs^>^ CommunicationError {
void add (EventHandler<CommunicationErrorArgs^>^ value);
void remove (EventHandler<CommunicationErrorArgs^>^ value);
}
abstract CommunicationError : IEvent<EventHandler<CommunicationErrorArgs>,
CommunicationErrorArgs>
override CommunicationError : IEvent<EventHandler<CommunicationErrorArgs>,
CommunicationErrorArgs>
Value
Type:
SystemEventHandlerCommunicationErrorArgsImplements
IDaqDeviceCommunicationErrorSee Also