Click or drag to resize

DiscovererDiscoverAsync Method

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

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public Task DiscoverAsync(
	VersionCode version,
	IPEndPoint broadcastAddress,
	OctetString community,
	int interval
)
View Source

Parameters

version  VersionCode
The version.
broadcastAddress  IPEndPoint
The broadcast address.
community  OctetString
The community.
interval  Int32
The discovering time interval, in milliseconds.

Return Value

Task
Remarks
broadcastAddress must be an IPv4 address. IPv6 is not yet supported here.
See Also