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