Compaq TP Desktop Connector AA–PVNFG–TE Client Services Reference Manual page 30

Tp desktop connector for acms
Table of Contents

Advertisement

Example 2–6 Dynamically Specifying a TCP/IP Port Identifier
int status;
ACMSDI_SUBMITTER_ID subm_id;
long tcpip_port = 1000;
ACMSDI_OPTION options[2];
options[0].option = ACMSDI_OPT_COMMID;
options[0].CommID = tcpip_port;
options[1].option = ACMSDI_OPT_END_LIST;
status = acmsdi_sign_in ("N2001", /* ACMS Desktop Gateway node */
2–12 TP Desktop Connector Portable API Client Services
"HAL", /* username */
"HELLO_DAVE", /* password */
options, /* sign in options */
&subm_id, /* submitter id */
0, 0, 0);

Advertisement

Table of Contents
loading

Table of Contents