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( stringportname, intboard );
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.