Table of Contents

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 = 5

The General Purpose Interface Bus (GPIB) protocol type.

Http = 10

The HTTP protocol type.

Opc = 6

The OLE Process Controller (OPC) protocol type.

Serial = 2

The serial protocol type.

SerialSingle = 12

The serial single protocol type.

Service = 11

The service protocol type.

Sla = 7

The Service Level Agreement (SLA) protocol type.

SmartSerial = 3

The smart serial protocol type.

SmartSerialRaw = 14

The smart serial raw protocol type.

SmartSerialRawSingle = 15

The smart serial raw single protocol type.

SmartSerialSingle = 13

The smart serial single protocol type.

Snmp = 1

The SNMP protocol type.

SnmpV1 = 1

The SNMPv1 protocol type.

SnmpV2 = 8

The SNMPv2 protocol type.

SnmpV3 = 9

The SNMPv3 protocol type.

Undefined = 0

Undefined protocol type.

Virtual = 4

The virtual protocol type.

WebSocket = 16

The websocket protocol type.