Enum ProtocolType
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Specifies the protocol type.
public enum ProtocolType
- Extension Methods
Fields
Gpib = 5The General Purpose Interface Bus (GPIB) protocol type.
Http = 10The HTTP protocol type.
Opc = 6The OLE Process Controller (OPC) protocol type.
Serial = 2The serial protocol type.
SerialSingle = 12The serial single protocol type.
Service = 11The service protocol type.
Sla = 7The Service Level Agreement (SLA) protocol type.
SmartSerial = 3The smart serial protocol type.
SmartSerialRaw = 14The smart serial raw protocol type.
SmartSerialRawSingle = 15The smart serial raw single protocol type.
SmartSerialSingle = 13The smart serial single protocol type.
Snmp = 1The SNMP protocol type.
SnmpV1 = 1The SNMPv1 protocol type.
SnmpV2 = 8The SNMPv2 protocol type.
SnmpV3 = 9The SNMPv3 protocol type.
Undefined = 0Undefined protocol type.
Virtual = 4The virtual protocol type.
WebSocket = 16The websocket protocol type.