- installed: check to see if RAS is installed on the machine
- connect: connect to the Internet using a specific RAS entry
- connectExt: like connect, except that you can provide username and password here
- disconnect: disconnects all open RAS connections
- isConnected: returns RAS status
- noOfConnections: number of RAS connections currently in use
- getConnectionName: returns the name of a specific connection
- getConnections: returns all currently used connection names as an array
- phonebook
- entries: number of phonebook (*1) entries on the PC
- getEntry: returns the name of a specific phonebook (*1) entry
- getAll: returns all phonebook (*1) entries as an array
|