Click or drag to resize

SnmpObjectBaseMatchGetNext Method

Matches the GET NEXT criteria.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public abstract ScalarObject MatchGetNext(
	ObjectIdentifier id
)
View Source

Parameters

id  ObjectIdentifier
The ID in GET NEXT message.

Return Value

ScalarObject
null if it does not match.

Implements

ISnmpObjectMatchGetNext(ObjectIdentifier)
See Also