TagPresentedEvent Constructor (Boolean, Boolean) |
Namespace:
com.gigatms.Parameters.TS800_60
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic TagPresentedEvent(
bool outputTagRemovalEvent,
bool outputTID
)
Public Sub New (
outputTagRemovalEvent As Boolean,
outputTID As Boolean
)
public:
TagPresentedEvent(
bool outputTagRemovalEvent,
bool outputTID
)
Parameters
- outputTagRemovalEvent
- Type: SystemBoolean
Make TS800-60 notify SDK when an inventoried tag is removed. - outputTID
- Type: SystemBoolean
Output tag TID when inventory a tag.
See Also