SNMPGetTableElement function
function SNMPGetTableElement(Const BaseOID, RowID, ColID, 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 read of SNMP MIB table element. As BaseOID you must specify basic MIB OID of requested table (base IOD is OID without row and column specificator!)
As next you must specify identificator of row and column for specify of needed field of table.