Specifies the operation mode of inventory a tag.
Namespace:
com.gigatms.Parameters.TS50
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
SyntaxPublic Enumeration ActiveMode
public enum class ActiveMode
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.
|
| SPECIAL_READ_MODE | 99 | |
See Also