OutputInterface Enumeration |
Specifies the way of triggering to turn on the RF power to read tag data.
Namespace:
com.gigatms.Parameters.TS800_60
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic enum OutputInterface
Public Enumeration OutputInterface
public enum class OutputInterface
Members
| Member name | Value | Description |
---|
| HIDnVCOM | 8 |
The data is output via HID virtual comport interface.
|
| BLE | 16 |
The data is output via BLE interface.
|
| TCP_Client | 32 |
The data is output via TCP client interface.
|
| TCP_Server | 64 |
The data is output via TCP server interface.
|
See Also