SNMPGetTable function
function SNMPGetTable(Const BaseOID, Community, SNMPHost: string; Const Value: TStrings): Boolean;
Unit
snmpsend
Description
A very useful function and example of its use would be found in the TSNMPSend object.
It implements basic read of SNMP MIB tables. As BaseOID you must specify basic MIB OID of requested table (base IOD is OID without row and column specificator!)
Table is readed into stringlist, where each string is comma delimited string.
Warning: this function is not have best performance. For better performance you must write your own function. best performace you can get by knowledge of structuture of table and by more then one MIB on one query.