Objects of the asynrole.Agent class

The instances of asynrole.Agent class have the following methods:

send(rspMsg, dstAddr)

Attempt to send response message rspMsg (string) to remote client by dstAddr address (given in socket module notation).

This method will typically be used from cbFun, passed on Agent instantiation, to reply a response message back to SNMP manager.

Objects of asynrole.Agent class have no public instance variables.


ilya@glas.net