Specifies the operation mode of reading a tag.
Namespace: com.gigatms.parameters
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
READ | 0 | Auto reads tag data by specified decode type. The data will post to caller by event API. | |
COMMAND | 1 | Turn off RF power. Needs to issue a command to access the tag data, such as ReadTag, Write Tag. | |
TAG_ANALYSIS | 4 | Auto reads and send out the tag specification. | |
VERIFY | 5 | Verify external bar code scanner data with encoded tag data. If it passed, it sends the bar code data in keystrokes. | |
ENCODE | 6 | Encode external bar code scanner data in specified format and then write to tags. | |
CUSTOMIZED_READ | 7 | Only read the tag which its EPC prefix is same to the one defined in Deactivate and Reactivate mode. The EPC prefix is select-able to be replaced by the one defined in Deactivate and Reactivate mode. | |
DEACTIVATE | 8 | Use Deactivated EPC prefix to replace EPC prefix of tags. | |
REACTIVATE | 9 | Use Reactivated EPC prefix to replace EPC prefix of tags. | |
DEACTIVATE_USER_BANK | 10 | Use Deactivated User memory prefix to replace EPC prefix of tags. | |
REACTIVATE_USER_BANK | 11 | Use Reactivated User memory prefix to replace EPC prefix of tags. |
See Also