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