Click or drag to resize

ObjectIdentifierCreate Method

Creates a new ObjectIdentifier instance.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
public static ObjectIdentifier Create(
	uint[] numerical,
	uint extra
)
View Source

Parameters

numerical  UInt32
The numerical.
extra  UInt32
The extra.

Return Value

ObjectIdentifier
See Also