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 slow! Currently is written as DEMO. In future versions I rewrote it for best performance.