Click or drag to resize

TrapV1Message(VersionCode, IPAddress, OctetString, ObjectIdentifier, GenericCode, Int32, UInt32, IListVariable) Constructor

Creates a TrapV1Message with all content.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
public TrapV1Message(
	VersionCode version,
	IPAddress agent,
	OctetString community,
	ObjectIdentifier enterprise,
	GenericCode generic,
	int specific,
	uint time,
	IList<Variable> variables
)
View Source

Parameters

version  VersionCode
Protocol version
agent  IPAddress
Agent address
community  OctetString
Community name
enterprise  ObjectIdentifier
Enterprise
generic  GenericCode
Generic
specific  Int32
Specific
time  UInt32
Time
variables  IListVariable
Variables
See Also