Methods of SNMP v.1 Get/GetNextRequest PDU mix-in objects

The rfc1157.GetRequestMixIn and rfc1157.GetNextRequestMixIn mix-in classes define the following methods:

cliUcdSetArgs(args)

Initialize SNMP message object from command line parameters args. The args argument must be a list of strings. This method expects passed list to comply the following format:

<< Object-Identifier > [...]>

The cliUcdSetArgs method does not return any unprocessed list items.


ilya@glas.net