OutputInterfaces Enumeration |
Specifies the output interface settings of SR5.
Namespace:
com.gigatms.Parameters.SR5
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic enum OutputInterfaces
Public Enumeration OutputInterfaces
public enum class OutputInterfaces
Members
| Member name | Value | Description |
---|
| Wiegand | 0 |
Output with Wiegand interface.
|
| Multi_RS_485 | 1 |
Output with RS-485 interface. Allow multiple PDs with different address using the same communication line.
|
| RS_232_RS_485 | 2 |
Output with RS-232 or RS-485 interface. Assume there is only one PD using the same communication line.
|
| WiFi | 4 |
Output with Wi-Fi interface.
|
| Auto | 255 |
Select output interface automatically.
|
See Also