SNMPValues2VarBindings (FUN)ΒΆ
FUNCTION SNMPValues2VarBindings : Error
Function to convert an array of SNMPValue to an array of SNMPVarBinding.
- InOut:
- Scope - Name - Type - Comment - Return - SNMPValues2VarBindings- Inout - aSNMPValues- ARRAY [0..gc_uiMaxSNMPValues] OF SNMPValue - Array of SNMP values (OID1, Value1, OID2, Value2..) - iSize- INT- Number of SNMP values in aSNMPValues - snmpVarBindings- ARRAY [0..(gc_uiMaxSNMPValues - 1)] OF SNMPVarBinding - Output: Array of SNMPVarBinding - iSizeVarBinding- INT- Number of SNMPVarBinding in snmpVarBindings 
