Generic high-level API to SNMP v.1 message objects

The pysnmp.proto.api.generic.v1 module implements a set of mix-in classes that provide high-level interface to SNMP v.1 message objects within a unified "Generic" API.

class GetRequestMixIn()
class GetNextRequestMixIn()
class SetRequestMixIn()
class GetResponseMixIn()
class RequestMixIn()
class TrapMixIn()

These are the mix-ins for their complementary classes. They define a few methods (see below) composing high-level API to SNMP message objects.

Methods of the above classes may raise exceptions based on error.ProtoApiGenError base class.


Subsections


ilya@glas.net