UHFOnConnectionStateChanged Event |
Indicates when the reader has connected or disconnected.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic event UHFOnConnectionStateChangedEventHandler OnConnectionStateChanged
Public Event OnConnectionStateChanged As UHFOnConnectionStateChangedEventHandler
public:
event UHFOnConnectionStateChangedEventHandler^ OnConnectionStateChanged {
void add (UHFOnConnectionStateChangedEventHandler^ value);
void remove (UHFOnConnectionStateChangedEventHandler^ value);
}
Value
Type:
com.gigatmsUHFOnConnectionStateChangedEventHandler
See Also