|
TrapV1Pdu(UInt32[], IP, Integer32, Integer32, TimeTicks, IList<Variable> ) Constructor
|
Creates a
TrapV1Pdu instance with PDU elements.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.243-beta
SyntaxGSF.Net.Snmp.TrapV1Pdu = function(enterprise, agent, generic, specific, timestamp, variables);
View SourceParameters
- enterprise UInt32[]
- Enterprise
- agent IP
- Agent address
- generic Integer32
- Generic trap type
- specific Integer32
- Specific trap type
- timestamp TimeTicks
- Time stamp
- variables IList<Variable>
- Variable binds
See Also