TrapV1Pdu Constructor (ObjectIdentifier, IP, Integer32, Integer32, TimeTicks, IListVariable) |
Initializes a new instance of the
TrapV1Pdu class
Namespace:
Lextm.SharpSnmpLib
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public TrapV1Pdu(
ObjectIdentifier enterprise,
IP agent,
Integer32 generic,
Integer32 specific,
TimeTicks timestamp,
IList<Variable> variables
)
Public Sub New (
enterprise As ObjectIdentifier,
agent As IP,
generic As Integer32,
specific As Integer32,
timestamp As TimeTicks,
variables As IList(Of Variable)
)
public:
TrapV1Pdu(
ObjectIdentifier^ enterprise,
IP^ agent,
Integer32^ generic,
Integer32^ specific,
TimeTicks^ timestamp,
IList<Variable^>^ variables
)
new :
enterprise : ObjectIdentifier *
agent : IP *
generic : Integer32 *
specific : Integer32 *
timestamp : TimeTicks *
variables : IList<Variable> -> TrapV1Pdu
Parameters
- enterprise
- Type: Lextm.SharpSnmpLibObjectIdentifier
- agent
- Type: Lextm.SharpSnmpLibIP
- generic
- Type: Lextm.SharpSnmpLibInteger32
- specific
- Type: Lextm.SharpSnmpLibInteger32
- timestamp
- Type: Lextm.SharpSnmpLibTimeTicks
- variables
- Type: System.Collections.GenericIListVariable
See Also