Click or drag to resize

ObjectIdentifier(String) Constructor

Creates an ObjectIdentifier instance from textual ID.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public ObjectIdentifier(
	string text
)
View Source

Parameters

text  String
String in this format, "*.*.*.*".
See Also