Build SNMP RESPONSE packet for the received INFORM packet.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public SnmpV2Packet BuildInformResponse()
Visual Basic (Declaration)
Public Function BuildInformResponse As SnmpV2Packet
Visual C++
public:
SnmpV2Packet^ BuildInformResponse()

Return Value

SNMP version 2 packet containing RESPONSE to the INFORM packet contained in the class instance.

See Also