Click or drag to resize

UdpServer(String) Constructor

Initializes a new instance of the UdpServer class.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public UdpServer(
	string configString
)
View Source

Parameters

configString  String
Configuration string of the UdpServer. See DefaultConfigurationString for format.
See Also