Click or drag to resize

SerialPortConfigLoad Method

Loads a new configuration instance from the specified file.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static SerialPortConfig Load(
	string filename
)

Parameters

filename  String
The location of the file from which to load the configuration.

Return Value

SerialPortConfig
The new configuration instance.
See Also