Click or drag to resize

TS50SetOutputTagData Method

Sets the output tag decoded data when inventory a tag.

When a tag is inventoried, TS50 will try to decode its EPC accroding to the Filter form priority 1 to priority 4. Decode format priority is fixed, but each decode format can be selected or deselected (must select at least one format). Priority3_RawData include additional options include PC, EPC, TID. Affect Settings: Filter, BarcodeReadFormat, TagMemorySelection.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public bool SetOutputTagData(
	bool temporary,
	TagDecodedData data
)

Parameters

temporary
Type: SystemBoolean
True value specifies the changes are temporary overrides for Settings. The changes are not saved into the EEPROM and take immediate effect (no rebooting required). False value specifies the changes are permanently overrides for Settings And also saved into the EEPROM. The changes will keep after rebooting the device.
data
Type: com.gigatms.Parameters.TS50TagDecodedData
The decoded data.

Return Value

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