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