Gets an array of modem names.
[Visual Basic]
Public Function GetModemNames() As String()
[C#]
public string[] GetModemNames();
Return Value
Returns an array if it succeeded; otherwise null.
Example
How to get an array of modem names.
Dim names As String() = dialup.GetModemNames()
string[] names = dialup.GetModemNames();
See Also
AwDialup Class | Asterworld.Dialup Namespace