SettingsOutputInterface Property |
Data output interface.
SR5 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.SR5
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic OutputInterfaces OutputInterface { get; set; }
Public Property OutputInterface As OutputInterfaces
Get
Set
public:
property OutputInterfaces OutputInterface {
OutputInterfaces get ();
void set (OutputInterfaces value);
}
Property Value
Type:
OutputInterfaces
The list of data output interface.
See Also