 | STARCommandOnDeviceErrorOccured Event |
Device error event handler, for problem reporting only
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic event STARDeviceErrorOccuredEventHandler OnDeviceErrorOccured
Public Event OnDeviceErrorOccured As STARDeviceErrorOccuredEventHandler
public:
event STARDeviceErrorOccuredEventHandler^ OnDeviceErrorOccured {
void add (STARDeviceErrorOccuredEventHandler^ value);
void remove (STARDeviceErrorOccuredEventHandler^ value);
}
member OnDeviceErrorOccured : IEvent<STARDeviceErrorOccuredEventHandler,
EventArgs>
Value
Type:
Huarui.STARLineSTARDeviceErrorOccuredEventHandler
See Also