OutputInterfacesStream Property |
Gets or sets the stream output interfaces: BLE, USB HID, USB Virtual COM, TCP Client, TCP Server.
Namespace:
com.gigatms.Parameters.TS800_60
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic HashSet<OutputInterface> Stream { get; set; }
Public Property Stream As HashSet(Of OutputInterface)
Get
Set
public:
property HashSet<OutputInterface>^ Stream {
HashSet<OutputInterface>^ get ();
void set (HashSet<OutputInterface>^ value);
}
Property Value
Type:
HashSetOutputInterface
The stream output interfaces.
See Also