TagDataPlainText Constructor |
Initializes a new instance of the TagPresentedEvent class.
Namespace:
com.gigatms.Parameters.SR5
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic TagDataPlainText(
EventTypePlainTextFeild1Options feild1,
bool outputTID,
bool outputUserBank
)
Public Sub New (
feild1 As EventTypePlainTextFeild1Options,
outputTID As Boolean,
outputUserBank As Boolean
)
public:
TagDataPlainText(
EventTypePlainTextFeild1Options feild1,
bool outputTID,
bool outputUserBank
)
Parameters
- feild1
- Type: com.gigatms.Parameters.SR5EventTypePlainTextFeild1Options
Enable output PC, EPC and tag removal event options. - outputTID
- Type: SystemBoolean
Output tag TID when inventory a tag. - outputUserBank
- Type: SystemBoolean
Enable output User Bank if set to true.
See Also