Notify when reader error occurred.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic event UHFOnErrorEventHandler OnError
Public Event OnError As UHFOnErrorEventHandler
public:
event UHFOnErrorEventHandler^ OnError {
void add (UHFOnErrorEventHandler^ value);
void remove (UHFOnErrorEventHandler^ value);
}
Value
Type:
com.gigatmsUHFOnErrorEventHandler
See Also