sParam | (String) The parametr name.
"ProtType" - The value is of the String type.
This parameter can be used for the driver PmSNMP: Specifies the version of SNMP and additional parameters. See Changing SNMP protocol parameters. |
---|---|
Value | (Variant) Parameter value. |
oComm.SetProtParam("ProtType", "snmpVer:1;commRO:public;commRW:private;");
// Sets SNMP version 1
oComm.SetProtParam("ProtType", "snmpVer:3;usrName:user1;psw:auth1;privKey:priv1;");
// Sets SNMP version 3