Click or drag to resize

GetBulkRequestPdu(Int32, Int32, Int32, IListVariable) Constructor

Creates a GetBulkRequestPdu with all contents.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public GetBulkRequestPdu(
	int requestId,
	int nonRepeaters,
	int maxRepetitions,
	IList<Variable> variables
)
View Source

Parameters

requestId  Int32
The request id.
nonRepeaters  Int32
Non-repeaters.
maxRepetitions  Int32
Max repetitions.
variables  IListVariable
Variables.
See Also