Dart SNMP Library 4.0
Response Event
Decoded response message.
The object passed into the userState parameter of the method that initiated the operation.
COM error code.
Human readable description of the error.
Description
Raised when a response PDU is received or an error occurs.
Syntax
Visual Basic
Public Event Response( _
   ByVal responseMessage As SnmpMessage, _
   ByVal userState As Variant, _
   ByVal errorCode As Long, _
   ByVal errorDescription As String _
)
Parameters
responseMessage
Decoded response message.
userState
The object passed into the userState parameter of the method that initiated the operation.
errorCode
COM error code.
errorDescription
Human readable description of the error.
Remarks
Used when GetResponse specifies theadingAsync as the threading model. In that case the UI thread does not block waiting for a response and this event is used to provide the asynchronous result.
See Also

Manager Object  | Manager Members


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