Dart SNMP Library 4.0
CreateResponse Method
The received request.
Description
Construct a response message based on the request and the contents of the Variables list.
Syntax
Visual Basic
Public Function CreateResponse( _
   ByVal requestMessage As SnmpMessage _
) As SnmpMessage
Parameters
requestMessage
The received request.
Return Value
SnmpMessage response to send to the manager.
Remarks

This method is typically used within the body of the Request event. SendResponse is then used to send the response back to the originating manager.

For SNMPv3 requests, this method supports discovery by creating report messages that inform the manager of the EngineId and time window in use.

See Also

Agent Object  | Agent Members


PowerSNMP for ActiveX Documentation Version 4.0
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic