SNMPGet function

function SNMPGet(Const OID, Community, SNMPHost: string; Var Value: string): Boolean;

Unit
SNMPSend

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

It implement basic GET method of SNMP protocol. If SNMP operation successful, result is true. Then value is readed value of requested MIB Oid from Host with Community access identifier.