SNMPSet function

function SNMPSet(Const OID, Community, SNMPHost, Value: string; ValueType: Integer): Boolean;

Unit
SNMPSend

Description
This is useful function and example of use TSNMPSend object.

It implement basic SET method of SNMP protocol. If SNMP operation successful, result is true. Value is value of MIB Oid for Host with Community access identifier. You must specify ValueType too.