CTI32 Class Library

cti.GetStationHookState Method 

Get whether the MSI station is onhook or not

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

Parameters

chdev

Return Value

0=ONHOOK 1=OFFHOOK -1=Error

See Also

cti Class | CTI32NetLib Namespace