UHFOnTagPresentedEx Event |
Indicates that the reader reads a new tag.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic event UHFOnTagPresentedExEventHandler OnTagPresentedEx
Public Event OnTagPresentedEx As UHFOnTagPresentedExEventHandler
public:
event UHFOnTagPresentedExEventHandler^ OnTagPresentedEx {
void add (UHFOnTagPresentedExEventHandler^ value);
void remove (UHFOnTagPresentedExEventHandler^ value);
}
Value
Type:
com.gigatmsUHFOnTagPresentedExEventHandler
See Also