AwDialup.GetModemNames Method 

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.