Click or drag to resize

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

Note: This API is now obsolete.

Creates a GetBulkRequestMessage with a specific Sequence.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[ObsoleteAttribute("Please use other overloading ones.")]
public GetBulkRequestMessage(
	VersionCode version,
	int messageId,
	int requestId,
	OctetString userName,
	int nonRepeaters,
	int maxRepetitions,
	IList<Variable> variables,
	IPrivacyProvider privacy,
	ISnmpMessage report
)
View Source

Parameters

version  VersionCode
The version.
messageId  Int32
The message id.
requestId  Int32
The request id.
userName  OctetString
Name of the user.
nonRepeaters  Int32
The non repeaters.
maxRepetitions  Int32
The max repetitions.
variables  IListVariable
The variables.
privacy  IPrivacyProvider
The privacy provider.
report  ISnmpMessage
The report.
See Also