|
MessengerSendInform(Int32, VersionCode, IPEndPoint, OctetString, ObjectIdentifier, UInt32, IListVariable, Int32, IPrivacyProvider, ISnmpMessage) Method
|
Note: This API is now obsolete.
Sends INFORM message.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax GSF.Net.Snmp.Messaging.Messenger.SendInform = function(requestId, version, receiver, community, enterprise, timestamp, variables, timeout, privacy, report);
View SourceParameters
- requestId Int32
- The request ID.
- version VersionCode
- Protocol version.
- receiver IPEndPoint
- Receiver.
- community OctetString
- Community name (v2c) or user name (v3).
- enterprise ObjectIdentifier
- Enterprise OID.
- timestamp UInt32
- Timestamp.
- variables IListVariable
- Variable bindings.
- timeout Int32
- The time-out value, in milliseconds. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period.
- privacy IPrivacyProvider
- The privacy provider.
- report ISnmpMessage
- The report.
Remarks This method supports SNMP v2c and v3.
See Also