Packet is a response

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

Syntax

C#
public bool IsResponse { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsResponse As Boolean
Visual C++
public:
property bool IsResponse {
	bool get ();
}

See Also