Share via


Command Line Parameters for the Real-Time Communication Test

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

The Real-Time Communication Test runs from the following command line:

tux -o -d rtchost.dll –c "-FileTest \RTC_Tests.xml -FileVars \RTC_Vars.xml -s SlaveDeviceNetworkName "

where SlaveDeviceNetworkName is the network name of the subordinate device. For more information, see Setting Up the Real-Time Communication Test.

The following table shows the command line parameters for the host device in the Real-Time Communication Test.

Command line parameter Description

-x test_case

Specifies which test case to run.

-s slave

Mandatory. Specifies the network name or Internet Protocol (IP) address for the subordinate device.

-p port

Specifies the port number that is used to communicate with the subordinate device.

-FileTest xml_test

Mandatory. Specifies the test file in XML format.

-FileVars xml_vars

Mandatory. Specifies the xml file that stores the variables for the test.

-LogVerbose

Logs more detailed information for the test.

The following table shows the command line parameters for the subordinate device in the Real-Time Communication Test.

Command line parameter Description

-p port

Specifies the port number that is used to communicate with the subordinate device.

-FileVars xml_vars

Specifies the xml file that stores the variables for the test.

See Also

Other Resources

Real-Time Communication Test