TrapV1Pdu(UInt32, 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(
uint[] enterprise,
IP agent,
Integer32 generic,
Integer32 specific,
TimeTicks timestamp,
IList<Variable> variables
)
Public Sub New (
enterprise As UInteger(),
agent As IP,
generic As Integer32,
specific As Integer32,
timestamp As TimeTicks,
variables As IList(Of Variable)
)
Dim enterprise As UInteger()
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(
array<unsigned int>^ enterprise,
IP^ agent,
Integer32^ generic,
Integer32^ specific,
TimeTicks^ timestamp,
IList<Variable^>^ variables
)
new :
enterprise : uint32[] *
agent : IP *
generic : Integer32 *
specific : Integer32 *
timestamp : TimeTicks *
variables : IList<Variable> -> TrapV1Pdu
Parameters
- enterprise UInt32
- 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