IPWorks SNMP 2020 Kotlin Edition

Questions / Feedback?

SNMPVersion Property

Version of SNMP used for outgoing requests (traps).

Syntax

public var snmpVersion: SnmpagentSNMPVersions

public enum class SnmpagentSNMPVersions(val value: Int) {
snmpverV1(1),
snmpverV2c(2),
snmpverV3(3);
}

Default Value

2

Remarks

This property takes one of the following values:

snmpverV1 (1)SNMP Version 1.
snmpverV2c (2)SNMP Version 2c.
snmpverV3 (3)SNMP Version 3.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Kotlin Edition - Version 20.0 [Build 7941]