Click or drag to resize

SerialCommPortExtensionsStringToSerialCommPort Method

Converts string to SerialCommPort.

Namespace: ZylSoft.Gsm
Assembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static SerialCommPort StringToSerialCommPort(
	string port
)

Parameters

port  String
String representation of the port.

Return Value

SerialCommPort
The equivalent SerialCommPort value.
See Also