CTI32 Class Library

cti.StopTrace Method 

Stop the D-channel trace.

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

Parameters

chdev
The board device to stop the trace on.

Return Value

0=successful

See Also

cti Class | CTI32NetLib Namespace