Click or drag to resize

ObjectIdentifier(UInt32) Constructor

Creates an ObjectIdentifier instance from numerical ID.

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

Parameters

id  UInt32
OID UInt32 array
See Also