Build SNMP RESPONSE packet for the INFORM packet class.
Namespace:
SnmpSharpNet
Assembly:
SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function BuildInformResponse ( _
informPacket As SnmpV2Packet _
) As SnmpV2Packet |
Return Value
SNMP version 2 packet containing RESPONSE to the INFORM packet contained in the parameter.
Exceptions
| Exception | Condition |
|---|
| SnmpInvalidPduTypeException | Parameter is not an INFORM SNMP version 2 packet class |
| SnmpInvalidVersionException | Parameter is not a SNMP version 2 packet |
See Also