SNMPGet function
function SNMPGet(Const OID, Community, SNMPHost: string; Var Value: string): Boolean;
Unit
SNMPSend
Description
A very useful function and example of its use would be found in the TSNMPSend object.
It implements basic GET method of the SNMP protocol. The MIB value is located in the "OID" variable, and is sent to the requested "SNMPHost" with the proper "Community" access identifier. Upon a successful retrieval, "Value" will contain the information requested. If the SNMP operation is successful, the result returns true.