lsxECLConnMgr Class

The lsxECLConnMgr class manages Personal Communications connections on a system. It contains methods relating to the management of connections such as starting, stopping and querying connections. It also contains an lsxECLConnList object that is a static list of the connections available when the list was created (see lsxECLConnList Class for more details on the lsxECLConnList class).

To create an lsxECLConnMgr object, use the new statement. There are no parameters used when creating the lsxECLConnMgr object. The following is an example of creating an lsxECLConnMgr object:
'Create an lsxECLConnMgr object
dim myCMgrObj as new lsxECLConnMgr