|
InformRequestMessage(VersionCode, Int32, Int32, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, ISnmpMessage) Constructor
|
Note: This API is now obsolete.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
SyntaxGSF.Net.Snmp.Messaging.InformRequestMessage = function(version, messageId, requestId, userName, enterprise, time, variables, privacy, report);
View SourceParameters
- 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.
- report ISnmpMessage
- The report.
See Also