CTI Client network functions (C++ CTI API)

CTI_NSetNetworkOptions

Contents  Back  Next

Re-establishes the network connection using changed connection parameters.

 

VOID WINAPI CTI_NSetNetworkOptions(

 PDWORD pdwPort,

 PTCHAR pszServerName

);

Parameters

pdwPort

Server port to which to establish the connection.

 

pszServerName

Name or IP address of CTI server.

 

Return value

None

 

Remarks

The function changes the connection parameters. The existing network connection to the CTI server is interrupted and re-established using the new connection parameters.

 

See also

Network functions overview | CTI_NSetPortNumber | CTI_NSetServerName | CTI_NClientRestart

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.