CTI32 Class Library

cti.RestartBChannelChdev Method 

Try to re-start the B-channel based on the channel device handle

[Visual Basic]
Public Shared Function RestartBChannelChdev( _
   ByVal chdev As Integer _
) As Integer
[C#]
public static int RestartBChannelChdev(
   int chdev
);

Parameters

chdev
Channel device

Return Value

0=successful -1=error

See Also

cti Class | CTI32NetLib Namespace