Build SNMP RESPONSE packet for the received INFORM packet.

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

Syntax

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

Return Value

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

See Also