High-level API to SNMP v.1 message objects

The pysnmp.proto.api.generic.rfc1157.MessageMixIn mix-in class defines the following high-level API methods:

apiGenGetVersion()

Returns current message version (as integer).

apiGenGetCommunity()

Returns current message community name (as string).

apiGenSetCommunity(community)

Sets community name (as string) to SNMP message object.


ilya@glas.net