Click or drag to resize

TCPDataReceiver.OnTagDataReceivedEventHandler Delegate

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public delegate void OnTagDataReceivedEventHandler(
	Object sender,
	DecodedTagData tagData
)

Parameters

sender
Type: System.Object
tagData
Type: com.gigatms.Parameters.DecodedTagData
See Also