Returns the name of a modem.
[Visual Basic .NET] Public Function GetModemName(ByVal Index As Integer) As String |
[C#] public string GetModemName(int Index); |
Parameters
Index
0-based modem index in the modem list, this parameter value must be between 0 and total number of modems - 1.
Return Value
The return value is the name of a modem.
See Also