Click or drag to resize

SequenceItem Property

Gets the ISnmpData at the specified index.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public ISnmpData this[
	int index
] { get; }
View Source

Parameters

index  Int32
 

Property Value

ISnmpData
See Also