Click or drag to resize

GetBulkRequestMessage Constructor (VersionCode, Int32, Int32, OctetString, Int32, Int32, IList<Variable>, IPrivacyProvider, Int32, ISnmpMessage)

Initializes a new instance of the GetBulkRequestMessage class

Namespace:  Lextm.SharpSnmpLib.Messaging
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
public GetBulkRequestMessage(
	VersionCode version,
	int messageId,
	int requestId,
	OctetString userName,
	int nonRepeaters,
	int maxRepetitions,
	IList<Variable> variables,
	IPrivacyProvider privacy,
	int maxMessageSize,
	ISnmpMessage report
)

Parameters

version
Type: Lextm.SharpSnmpLib.VersionCode
messageId
Type: System.Int32
requestId
Type: System.Int32
userName
Type: Lextm.SharpSnmpLib.OctetString
nonRepeaters
Type: System.Int32
maxRepetitions
Type: System.Int32
variables
Type: System.Collections.Generic.IList<Variable>
privacy
Type: Lextm.SharpSnmpLib.Security.IPrivacyProvider
maxMessageSize
Type: System.Int32
report
Type: Lextm.SharpSnmpLib.Messaging.ISnmpMessage
See Also