CTI32 Class Library

cti.LastPlay Method 

Tick when the channel last did something.

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

Parameters

chdev
Channel Device

Return Value

0=channel not found, otherwise the tick of last activity on channel.

See Also

cti Class | CTI32NetLib Namespace