|
IDaqDeviceCommunicationError Event |
Raised when a communication error occurs. Refer to the
CommunicationErrorArgs object for additional information"/>
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax event EventHandler<CommunicationErrorArgs> CommunicationError
Event CommunicationError As EventHandler(Of CommunicationErrorArgs)
event EventHandler<CommunicationErrorArgs^>^ CommunicationError {
void add (EventHandler<CommunicationErrorArgs^>^ value);
void remove (EventHandler<CommunicationErrorArgs^>^ value);
}
abstract CommunicationError : IEvent<EventHandler<CommunicationErrorArgs>,
CommunicationErrorArgs>
Value
Type:
SystemEventHandlerCommunicationErrorArgsSee Also