Click or drag to resize

SnmpEngine Constructor

Initializes a new instance of the SnmpEngine class.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public SnmpEngine(
	SnmpApplicationFactory factory,
	Listener listener,
	EngineGroup group
)
View Source

Parameters

factory  SnmpApplicationFactory
The factory.
listener  Listener
The listener.
group  EngineGroup
Engine core group.
See Also