 | OutputInterface Enumeration |
Specifies the data ouput interface.
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.7.0.0 (2.7.0.0)
Syntaxpublic enum OutputInterface
Public Enumeration 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.
|
| Default | 255 |
The data is output by auto.
|
See Also