Retrieves string description of serial port.
| Visual Basic .NET | Function GetSerialPortDescription(ByVal index As UInt16) As String
|
|---|---|
| Visual C# | String GetSerialPortDescription(UInt16 index);
|
index
[in] Index of serial port (0 ... number_of_ports - 1).
String value representing serial port description, e.g. "Communications Port (COM1)".