CTI32 Class Library

cti.PbxDisplay Method 

Retrieves the current LCD/LED display data.

[Visual Basic]
Public Shared Function PbxDisplay( _
   ByVal chdev As Integer, _
   ByRef callInfo As String _
) As Integer
[C#]
public static int PbxDisplay(
   int chdev,
   ref string callInfo
);

Parameters

chdev
The channel device handle.
callInfo
Out. The string of 49 characters from the PBX LCD display.

Return Value

See Also

cti Class | CTI32NetLib Namespace