UHFOnTagPresentedEventHandler DelegateGIGATMS.UHF Help Documentation
Indicates that the reader reads a new tag.

Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax

public delegate void OnTagPresentedEventHandler(
	Object sender,
	TagInformationFormat tagInformation
)

Parameters

sender
Type: SystemObject
The caller object that raises the event.
tagInformation
Type: com.gigatms.parametersTagInformationFormat
The tag data information.
See Also

Reference