TS800_60SetOutputTagData Method (Boolean, TagDecodedData) |
Sets the output tag decoded data when inventory a tag.
When a tag is inventoried, TS800_60 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).
Priority4_RawData include additional options include PC, EPC, TID.
Affect Settings:
EventType,
Filter,
BarcodeReadFormat,
TagMemorySelection.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool SetOutputTagData(
bool temporary,
TagDecodedData data
)
Public Function SetOutputTagData (
temporary As Boolean,
data As TagDecodedData
) As Boolean
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.TS800_60TagDecodedData
The decoded data.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See Also