Click or drag to resize

Variable(ObjectIdentifier, ISnmpData) Constructor

Creates a Variable instance with a specific object identifier and data.

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

Parameters

id  ObjectIdentifier
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