CTI32 Class Library

cti.OpenDCB Method 

Opens a channel or board on an DCB conference board.

[Visual Basic]
Public Shared Function OpenDCB( _
   ByVal portname As String, _
   ByVal board As Integer _
) As Integer
[C#]
public static int OpenDCB(
   string portname,
   int board
);

Parameters

portname
The name of the board or channel on the board that you wish to open. For a channel, this would be in the format of "dcbb1c1". For a board, this would be in the format of "dcbb1"
board
Specify a 1 if you are opening at the board level. Otherwise, specify 0 if you are opening a channel.

Return Value

Device handle if successful. -1=error

See Also

cti Class | CTI32NetLib Namespace