UCM Unitec Home Page
      

TCP/IP Addressing Mode

 AdrMode(P)

Name   Environment   Usage   Description   Data Type   Remarks   See also

Name

AdrMode

Environment

Windows

Usage

[Form.]Ucm.AdrMode = value

Description

The AdrMode property controls the method used to address a server process.
Value Description

ucmService

The ucmService setting causes the communication manager to convert the value in the Service property into a valid TCP/IP host and port address.
By using the UcmConf(U) utility, a symbolic service name can be defined for a host and port address combination. This UCM service name can then be assigned to the Service property. When installing software in many different environments, the advantages of symbolic names that can be configured externally over hard coded addresses are obvious.

ucmTCP This setting uses direct TCP addressing through the values assigned to the Host and Port properties.

Data Type

ucmAdrMode Enumeration

Remarks

The default setting of AdrMode is ucmService.

See also

CommID, Host, Port, Service

 

Back to top