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 implements the basic SET method of the SNMP protocol. If the SNMP operation is successful, the result is true. "Value" is value of MIB Oid for "SNMPHost" with "Community" access identifier. You must specify "ValueType" too.