ComPortHandle.Parse Method
Creates a ComPortHandle object by parsing a string that contains a transport type and a COM port number.
Namespace: Microsoft.SPOT.Emulator.Com
Assembly: Microsoft.SPOT.Emulator (in microsoft.spot.emulator.dll)
Syntax
public static ComPortHandle Parse (
string value
)
Parameters
- value
A string that contains a transport type and a COM port number.
Return Value
The ComPortHandle object created by parsing the value parameter.
Version Information
Available in .NET Micro Framework version 2.0
See Also
Reference
ComPortHandle Structure
ComPortHandle Members
Microsoft.SPOT.Emulator.Com Namespace