|
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.246-beta
Syntax<CLSCompliantAttribute(false)>
Public Sub New (
enterprise As UInteger(),
agent As IP,
generic As Integer32,
specific As Integer32,
timestamp As TimeTicks,
variables As IList(Of Variable)
)
public:
[CLSCompliantAttribute(false)]
TrapV1Pdu(
array<unsigned int>^ enterprise,
IP^ agent,
Integer32^ generic,
Integer32^ specific,
TimeTicks^ timestamp,
IList<Variable^>^ variables
)
[<CLSCompliantAttribute(false)>]
new :
enterprise : uint32[] *
agent : IP *
generic : Integer32 *
specific : Integer32 *
timestamp : TimeTicks *
variables : IList<Variable> -> TrapV1Pdu
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 IList<Variable>
- Variable binds
See Also