Click or drag to resize

InformRequestMessage(VersionCode, Int32, Int32, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, Int32, ISnmpMessage) Constructor

Initializes a new instance of the InformRequestMessage class.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
public InformRequestMessage(
	VersionCode version,
	int messageId,
	int requestId,
	OctetString userName,
	ObjectIdentifier enterprise,
	uint time,
	IList<Variable> variables,
	IPrivacyProvider privacy,
	int maxMessageSize,
	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.
enterprise  ObjectIdentifier
The enterprise.
time  UInt32
The time.
variables  IListVariable
The variables.
privacy  IPrivacyProvider
The privacy provider.
maxMessageSize  Int32
Size of the max message.
report  ISnmpMessage
The report.
See Also