CTI32 Class Library

cti.ISDN_DChan_State Method 

Gets the current state of the D-Channel on an ISDN board

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

Parameters

brddev
Board device handle.

Return Value

-1=Error 1=Link Down 2=Link Up 3=EST_DATA_LINK 4=REL_DATA_LINK 5=DATA_LINK_RESET

See Also

cti Class | CTI32NetLib Namespace