Click or drag to resize

ScalarObject(String, Int32) Constructor

Initializes a new instance of the ScalarObject class.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
protected ScalarObject(
	string dots,
	int index
)
View Source

Parameters

dots  String
The ID string.
index  Int32
The index.
See Also