Click or drag to resize

TagRawData Constructor

Initializes a new instance of the TagRawData class. User Bank is not supported.

Namespace:  com.gigatms.Parameters.SR5
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public TagRawData(
	bool tid,
	bool outputUserBank,
	bool tagRemovalEvent
)

Parameters

tid
Type: SystemBoolean
Enable output tid if set to true.
outputUserBank
Type: SystemBoolean
Enable output User Bank if set to true.
tagRemovalEvent
Type: SystemBoolean
Enable tag removal event if set to true.
See Also