Click or drag to resize

MessengerSendInformAsync(Int32, VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, ISnmpMessage) Method

Sends INFORM message.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
public static Task SendInformAsync(
	int requestId,
	VersionCode version,
	IPEndPoint receiver,
	OctetString community,
	OctetString contextName,
	ObjectIdentifier enterprise,
	uint timestamp,
	IList<Variable> variables,
	IPrivacyProvider privacy,
	ISnmpMessage report
)
View Source

Parameters

requestId  Int32
The request ID.
version  VersionCode
Protocol version.
receiver  IPEndPoint
Receiver.
community  OctetString
Community name.
contextName  OctetString
Context name.
enterprise  ObjectIdentifier
Enterprise OID.
timestamp  UInt32
Timestamp.
variables  IListVariable
Variable bindings.
privacy  IPrivacyProvider
The privacy provider.
report  ISnmpMessage
The report.

Return Value

Task
Remarks
This method supports SNMP v2c and v3.
See Also