Click or drag to resize

Scope(OctetString, OctetString, ISnmpPdu) Constructor

Initializes a new instance of the Scope class.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public Scope(
	OctetString contextEngineId,
	OctetString contextName,
	ISnmpPdu pdu
)
View Source

Parameters

contextEngineId  OctetString
The context engine ID.
contextName  OctetString
Name of the context.
pdu  ISnmpPdu
The PDU.
See Also