ComPortHandle Members
The following tables list the members exposed by the ComPortHandle type.
Public Constructors
Name | Description | |
---|---|---|
ComPortHandle | Initializes a new instance of the ComPortHandle type. |
Public Fields
Name | Description | |
---|---|---|
DebugPort | Specifies the debug port associated with the current COM port handle. | |
DebugPortRpc | Specifies the remote procedure call (RPC) debug port associated with the current COM port handle. |
Public Properties
Name | Description | |
---|---|---|
PortNumber | Gets the port number associated with the current COM port handle. |
Public Methods
Name | Description | |
---|---|---|
ConvertFromNative | Creates a handle to a specified COM port. | |
Equals | Determines whether two specified ComPortHandle objects are equal. | |
GetHashCode | Provides a hash function for ComPortHandle objects. | |
operator != | Determines whether two specified ComPortHandle objects are not equal. | |
operator == | Determines whether two specified ComPortHandle objects are equal. | |
Parse | Creates a ComPortHandle object by parsing a string that contains a transport type and a COM port number. | |
ToString | Creates a string representation of the current ComPortHandle object. |
See Also
Reference
ComPortHandle Structure
Microsoft.SPOT.Emulator.Com Namespace