Enum ConnectionType
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Specifies the connection type.
public enum ConnectionType
- Extension Methods
Fields
AutoGenerated = 16Data comes from DataAPI.
Gpib = 5GBIP (General Purpose Interface Bus) connection.
Grabber = 15Data comes from DataAPI. Legacy.
Http = 10HTTP connection.
Opc = 6OPC (OLE for Process Control) connection.
Serial = 2Serial connection.
SerialSingle = 12Serial single connection.
Service = 11Service.
Sla = 7SLA (Service Level Agreement).
SmartSerial = 3Smart-serial connection.
SmartSerialSingle = 13Smart-serial single connection.
SnmpV1 = 1SNMPv1 connection.
SnmpV2 = 8SNMPv2 connection.
SnmpV3 = 9SNMPv3 connection.
Undefined = 0Undefined connection type.
Virtual = 4Virtual connection.
WebSocket = 14Web Socket connection.