Click or drag to resize

Variable(UInt32, ISnmpData) Constructor

Creates a Variable instance with a specific ObjectIdentifier and ISnmpData.

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

Parameters

id  UInt32
Object identifier
data  ISnmpData
Data
Remarks
If you set null to data, you get a Variable instance whose Data is a Null instance.
See Also