CTI32 Class Library

cti.IsHangUp Method 

Check to see if device is hung up

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

Parameters

chdev
channel device you want to check

Return Value

0=Offhook 1=OnHook -1=Error

See Also

cti Class | CTI32NetLib Namespace