TrapV1Pdu(ObjectIdentifier, IP, Integer32, Integer32, TimeTicks, IListVariable) Constructor |
Creates a
TrapV1Pdu instance with PDU elements.
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic 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)
)
Dim enterprise As ObjectIdentifier
Dim agent As IP
Dim generic As Integer32
Dim specific As Integer32
Dim timestamp As TimeTicks
Dim variables As IList(Of Variable)
Dim instance As New TrapV1Pdu(enterprise,
agent, generic, specific, timestamp,
variables)
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 ObjectIdentifier
- Enterprise
- agent IP
- Agent address
- generic Integer32
- Generic trap type
- specific Integer32
- Specific trap type
- timestamp TimeTicks
- Time stamp
- variables IListVariable
- Variable binds
See Also