Connect to a Connect:Direct for Microsoft Windows Node

The Connect:Direct® node name and connection information is set at object creation using the Node constructor. If a parameter is not supplied (NULL pointer), the default value is read from the Registry.

During construction, the Node object tries to connect to the physical Connect:Direct node, using the protocol information in the Registry. If the connection fails, an exception is generated

In the following constructor, stNode is required. stUser and stPass are optional. stPass is ignored if stUser is not provided.

Node(String stNode, String stUser, String stPass)

In the following constructor, stLcuFile is required. This is the file spec for an LCU file that contains the login information.

Node(String stLcuFile)