Click or drag to resize

InformRequestPdu(Int32, ObjectIdentifier, UInt32, IListVariable) Constructor

Creates a InformRequestPdu instance with all content.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
public InformRequestPdu(
	int requestId,
	ObjectIdentifier enterprise,
	uint time,
	IList<Variable> variables
)
View Source

Parameters

requestId  Int32
The request id.
enterprise  ObjectIdentifier
Enterprise
time  UInt32
Time stamp
variables  IListVariable
Variables
See Also