Click or drag to resize

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)
Syntax
public enum OutputInterface
Members
  Member nameValueDescription
Keyboard3 The data is output via keyboard server interface.
TCP_Server4 The data is output via TCP server interface.
BleKeyboard5 The data is output via BLE keyboard server interface.
Default255 The output interface is determined automatically.
See Also