|
TrapV1Pdu(UInt32, IP, Integer32, Integer32, TimeTicks, IListVariable) Constructor
|
Creates a
TrapV1Pdu instance with PDU elements.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax GSF.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 IListVariable
- Variable binds
See Also