Click or drag to resize

ObjectIdentityMacro Constructor (String, String, IEntity, UInt32, Boolean)

Initializes a new instance of the ObjectIdentityMacro class

Namespace:  Lextm.SharpSnmpPro.Mib
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public ObjectIdentityMacro(
	string moduleName,
	string name,
	IEntity parent,
	uint value,
	bool lockModule = false
)

Parameters

moduleName
Type: SystemString
name
Type: SystemString
parent
Type: Lextm.SharpSnmpPro.MibIEntity
value
Type: SystemUInt32
lockModule (Optional)
Type: SystemBoolean
See Also