Click or drag to resize

SerialClient(String) Constructor

Initializes a new instance of the SerialClient class.

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

Parameters

connectString  String
Connect string of the SerialClient. See DefaultConnectionString for format.
See Also