High-level API to SNMP v.2c GetBulkRequst PDU object

The rfc1905.GetBulkRequstPduMixIn, class inherits all properties of the rfc1905.GetRequest class and implements the following additional methods:

apiGenGetNonRepeaters()

Returns current PDU non-repeaters value (as integer).

apiGenSetNonRepeaters(nonRepeaters)

Sets nonRepeaters value (as integer) to SNMP PDU object.

apiGetMaxRepetitions()

Returns current PDU max-repetitions value (as integer).

apiGenSetMaxRepetitions(maxRepetitions)

Sets maxRepetitions value (as integer) to SNMP PDU object.

Please, refer to rfc1905.GetRequest methods for more information.


ilya@glas.net