OutputInterface Enumeration | 
 
 Specifies the data ouput interface.
 
 
    Namespace: 
   com.gigatms.Parameters.UR0250
    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 | 
|---|
 | Keyboard | 3 | 
 The data is output via keyboard server interface.
  | 
 | TCP_Server | 4 | 
 The data is output via TCP server interface.
  | 
 | BleKeyboard | 5 | 
  The data is output via BLE keyboard server interface.
  | 
 | Default | 255 | 
 The output interface is determined automatically.
  | 
See Also