GXDN: Gurux Developer Network
MaxRepetitions Property
NamespacesGurux.SNMPGXSNMPPacketMaxRepetitions
Determines the maximum number of times that variables (beyond the ones determined in NonRepeaters) are retrieved.
Use this property with Bulk command.
Remarks
Default value is 20.
Examples
CopyVBScript
Example retreave 20 items at one read:
SNMPPacket1.Command = GX_SNMP_COMMAND_BULK
SNMPPacket1.MaxRepetitions = 20
SNMPPacket1.NonRepeaters = 0
GXSNMP1.Send SNMPPacket1, "localhost"
See Also

Assembly: Gurux.SNMP (Module: Gurux.SNMP) Version: 5.0.0.1