Constructor SnmpDeltaHelper
SnmpDeltaHelper(SLProtocol, int, uint)
Initializes a new instance of the SnmpDeltaHelper class.
Such instance is used to retrieve delta time between 2 consecutive executions of an SNMP group.
public SnmpDeltaHelper(SLProtocol protocol, int groupId, uint calculationMethodPid)
Parameters
protocol
SLProtocolLink with SLProtocol process.
groupId
intThe ID of the protocol group on which delta values are required.
calculationMethodPid
uintThe PID of the parameter allowing the user to choose between 'Fast' and 'Accurate' delta calculation methods.
SnmpDeltaHelper(SLProtocol, int, CalculationMethod)
Initializes a new instance of the SnmpDeltaHelper class.
Such instance is used to retrieve delta time between 2 consecutive executions of an SNMP group.
public SnmpDeltaHelper(SLProtocol protocol, int groupId, CalculationMethod calculationMethod = CalculationMethod.Fast)
Parameters
protocol
SLProtocolLink with SLProtocol process.
groupId
intThe ID of the protocol group on which delta values are required.
calculationMethod
CalculationMethodAllows to define which delta calculation methods should be used.
Note that opting for the 'Accurate' method only makes sense for SNMP tables.