Share via


ComPortHandle Members

The following tables list the members exposed by the ComPortHandle type.

Public Constructors

Name Description
Public Method ComPortHandle Initializes a new instance of the ComPortHandle type.

Public Fields

Name Description
Public Field DebugPort Specifies the debug port associated with the current COM port handle.
Public Field DebugPortRpc Specifies the remote procedure call (RPC) debug port associated with the current COM port handle.

Public Properties

Name Description
Public Property PortNumber Gets the port number associated with the current COM port handle.

Public Methods

Name Description
Public Method Static ConvertFromNative Creates a handle to a specified COM port.
Public Method Static Equals Determines whether two specified ComPortHandle objects are equal.
Public Method GetHashCode Provides a hash function for ComPortHandle objects.
Public Method operator != Determines whether two specified ComPortHandle objects are not equal.
Public Method operator == Determines whether two specified ComPortHandle objects are equal.
Public Method Static Parse Creates a ComPortHandle object by parsing a string that contains a transport type and a COM port number.
Public Method ToString Creates a string representation of the current ComPortHandle object.

See Also

Reference

ComPortHandle Structure
Microsoft.SPOT.Emulator.Com Namespace