Click or drag to resize

GetBulkRequestMessage(Int32, VersionCode, OctetString, Int32, Int32, IListVariable) Constructor

Creates a GetBulkRequestMessage with all contents.

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

Parameters

requestId  Int32
The request ID.
version  VersionCode
Protocol version.
community  OctetString
Community name.
nonRepeaters  Int32
Non-repeaters.
maxRepetitions  Int32
Max repetitions.
variables  IListVariable
Variables.
See Also