Click or drag to resize

ActiveMode Enumeration

Specifies the operation mode of inventory a tag.

Namespace:  com.gigatms.Parameters.TS800_60
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public enum ActiveMode
Members
  Member nameValueDescription
READ0 Auto reads tag data by specified decode type. The data will post to caller by event API.
COMMAND1 Turn off RF power. Needs to issue a command to access the tag data, such as ReadTag, Write Tag.
TAG_ANALYSIS4 Auto reads and send out the tag specification.
CUSTOMIZED_READ7 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.
DEACTIVATE8 Use Deactivated EPC prefix to replace EPC prefix of tags.
REACTIVATE9 Use Reactivated EPC prefix to replace EPC prefix of tags.
See Also