InformRequestMessage Constructor (VersionCode, Int32, Int32, OctetString, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, Int32, ISnmpMessage) |
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public InformRequestMessage(
VersionCode version,
int messageId,
int requestId,
OctetString userName,
OctetString contextName,
ObjectIdentifier enterprise,
uint time,
IList<Variable> variables,
IPrivacyProvider privacy,
int maxMessageSize,
ISnmpMessage report
)
Public Sub New (
version As VersionCode,
messageId As Integer,
requestId As Integer,
userName As OctetString,
contextName As OctetString,
enterprise As ObjectIdentifier,
time As UInteger,
variables As IList(Of Variable),
privacy As IPrivacyProvider,
maxMessageSize As Integer,
report As ISnmpMessage
)
public:
InformRequestMessage(
VersionCode version,
int messageId,
int requestId,
OctetString^ userName,
OctetString^ contextName,
ObjectIdentifier^ enterprise,
unsigned int time,
IList<Variable^>^ variables,
IPrivacyProvider^ privacy,
int maxMessageSize,
ISnmpMessage^ report
)
new :
version : VersionCode *
messageId : int *
requestId : int *
userName : OctetString *
contextName : OctetString *
enterprise : ObjectIdentifier *
time : uint32 *
variables : IList<Variable> *
privacy : IPrivacyProvider *
maxMessageSize : int *
report : ISnmpMessage -> InformRequestMessage
Parameters
- version
- Type: Lextm.SharpSnmpLibVersionCode
- messageId
- Type: SystemInt32
- requestId
- Type: SystemInt32
- userName
- Type: Lextm.SharpSnmpLibOctetString
- contextName
- Type: Lextm.SharpSnmpLibOctetString
- enterprise
- Type: Lextm.SharpSnmpLibObjectIdentifier
- time
- Type: SystemUInt32
- variables
- Type: System.Collections.GenericIListVariable
- privacy
- Type: Lextm.SharpSnmpLib.SecurityIPrivacyProvider
- maxMessageSize
- Type: SystemInt32
- report
- Type: Lextm.SharpSnmpLib.MessagingISnmpMessage
See Also