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 = 16
Data comes from DataAPI.
Gpib = 5
GBIP (General Purpose Interface Bus) connection.
Grabber = 15
Data comes from DataAPI. Legacy.
Http = 10
HTTP connection.
Opc = 6
OPC (OLE for Process Control) connection.
Serial = 2
Serial connection.
SerialSingle = 12
Serial single connection.
Service = 11
Service.
Sla = 7
SLA (Service Level Agreement).
SmartSerial = 3
Smart-serial connection.
SmartSerialSingle = 13
Smart-serial single connection.
SnmpV1 = 1
SNMPv1 connection.
SnmpV2 = 8
SNMPv2 connection.
SnmpV3 = 9
SNMPv3 connection.
Undefined = 0
Undefined connection type.
Virtual = 4
Virtual connection.
WebSocket = 14
Web Socket connection.