CTI32 Class Library

cti.StartTrace Method 

Start a D-channel trace

[Visual Basic]
Public Shared Function StartTrace( _
   ByVal chdev As Integer, _
   ByVal filename As String _
) As Integer
[C#]
public static int StartTrace(
   int chdev,
   string filename
);

Parameters

chdev
Board device to start the trace on.
filename
File to save the trace to.

Return Value

0=successful

See Also

cti Class | CTI32NetLib Namespace