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.
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 |