ET_SnmpProtocolVersion

Overview

Type:

Enumeration

Available as of:

V1.0.0.0

Description

The enumeration ET_SnmpProtocolVersion defines the types of the SNMP protocol types, an SNMP agent can handle. The enumeration can be executed by the function block FB_SnmpManager using the input i_etVersion.

Enumeration Elements

Name

Data type

Value

Description

Version1

BYTE

0

SNMP protocol type

SNMPv1 used for communication SNMP manager and agent

Version2c

BYTE

1

SNMP protocol type

SNMPv2c used for communication SNMP manager and agent

Version3

BYTE

3

SNMP protocol type

SNMPv3 used for communication SNMP manager and agent

Used By

  • FB_SnmpManager