Event on connect to the output devices.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Sub OnConnect

Remarks

This function will be called on a click on the "Connect" icon in the toolbar, in case the application was not connected.
Here you can disable connecting to a channel or perform some initializations you need on connect. To connect successfully to both channels, gblnConnectLeft and gblnConnectRight must be set to TRUE.

See Also