SettingsOutputInterfaces Property  | 
 
 Data output interface.
 TS800-60 can output with keyboard and stream (ex: USB keyboard and USB HID) simultaneously.
 Other interface settings are ignored if set to auto.
 
 
    Namespace: 
   com.gigatms.Parameters.TS800_60
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic OutputInterfaces OutputInterfaces { get; set; }Public Property OutputInterfaces As OutputInterfaces
	Get
	Set
public:
property OutputInterfaces^ OutputInterfaces {
	OutputInterfaces^ get ();
	void set (OutputInterfaces^ value);
}Property Value
Type: 
OutputInterfaces
 The list of data output interface.
 
See Also