CTI32 Class Library

cti.SetStatistic Method 

Sets the CTI32 Statistic

[Visual Basic]
Public Shared Function SetStatistic( _
   ByVal command As StatCommand, _
   ByVal chdev As Integer, _
   ByVal str As String _
) As Integer
[C#]
public static int SetStatistic(
   StatCommand command,
   int chdev,
   string str
);

Parameters

command
Item to set
chdev
Channel device this applies to
str
Message ro error

Return Value

0=successful -1=error

See Also

cti Class | CTI32NetLib Namespace