SNMP packet request id that is sent to the SNMP agent. SET this value before making SNMP requests.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int RequestId { get; set; }
Public Property RequestId As Integer
public:
property int RequestId {
	int get ();
	void set (int value);
}

See Also