Command Line Parameters for the Real-Time Communication Test (Windows Embedded CE 6.0)
1/6/2010
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 SubordinateDeviceNetworkName"
where SubordinateDeviceNetworkName 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 subordinate |
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. |