UCC Syntax

Purpose

UCC is a PC-side application that routes calls to multiple PC-side services such as SyncML and Bluetooth.

Syntax

> ucc [options]

The options can be one of the following:

OptionDescriptionUse

--consolecontrol

The control commands are entered into the console window as raw UCC strings. This is the default setting.

> ucc --consolecontrol

--serialcontrol

Allows to receive the control commands over a serial cable.

> --serialcontrol <comport>

tcpcontrol

Allows to receive the control commands over a TCP/IP socket. This is required when using NTRAS, the Remote Interface or WinTunnel

> --tcpcontrol <TCP/IP port>

For help on the command-line options that are available, type the following:

> ucc.exe --help

See Also

Using UCC