Click or drag to resize

TS100StartInventoryEx Method

Starts the process of tag inventory using specified tag data encoded type.>

There are several settings related to inventory output include EventType, Filter, TagMemorySelection.

Use SetOutputTagData(Boolean, TagDecodedData) to set all related settings at once and call StartInventory(TagPresentedType) instead.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public bool StartInventoryEx(
	HashSet<TagDataEncodeType> filterTypes
)

Parameters

filterTypes
Type: System.Collections.GenericHashSetTagDataEncodeType
Specifies the type of decoding tag data.

Return Value

Type: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also