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)
Syntaxpublic TagRawData(
bool tid,
bool outputUserBank,
bool tagRemovalEvent
)
Public Sub New (
tid As Boolean,
outputUserBank As Boolean,
tagRemovalEvent As Boolean
)
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