TextOutputOptions Enumeration |
The output item options when output tag data with keyboard.
Namespace:
com.gigatms.Parameters.SLR810
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic enum TextOutputOptions
Public Enumeration TextOutputOptions
public enum class TextOutputOptions
Members
| Member name | Value | Description |
---|
| NO_PC_EPC | 0 |
Do not output PC and EPC.
|
| EPC | 1 |
Output EPC.
|
| PC_EPC | 2 |
Output PC and EPC.
|
| PC_EPC_with_Tag_Removal | 3 |
Output PC and EPC with new tag removal event. The prefix "I" will be added to the front when detecting a new tag, and "R" to represent a tag is removed.
This option also makes stream output (USB HID) output tag removal event.
|
See Also