Click or drag to resize

DiscovererDiscover(VersionCode, IPEndPoint, OctetString, Int32) Method

Discovers agents of the specified version in a specific time interval.

Namespace: Lextm.SharpSnmpLib.Messaging
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public void Discover(
	VersionCode version,
	IPEndPoint broadcastAddress,
	OctetString community,
	int interval
)

Parameters

version  VersionCode
The version.
broadcastAddress  IPEndPoint
The broadcast address.
community  OctetString
The community.
interval  Int32
The discovering time interval, in milliseconds.
Remarks
broadcastAddress must be configured to a valid multicast address when IPv6 is used. For example, "[ff02::1]:161"
See Also