The pysnmp.proto.cli.ucd.rfc1905 module implements a set of mix-in classes that provide PDU objects initialization from command-line arguments.
These are the mix-ins for their complementary classes. They define a few methods (see below) composing command-line interface to SNMP v.2c GetRequestPdu, GetNextRequestPdu, SetRequestPdu, InformRequestPdu, ReportPdu, SnmpV2TrapPdu and GetBulkRequestPdu objects.
This is the mix-in for its complementary class. It defines a few methods (see below) composing command-line interface to SNMP v.2c SetRequestPdu object.
This is the mix-in for its complementary class. It defines a few methods (see below) composing command-line interface to SNMP v.2c SnmpV2TrapPdu object.
Methods of the above classes may raise exceptions based on error.ProtoCliUcdError base class.