|
|
Opens communication withs the connected phone.
- Parameters:
-
| [in] | iAppId | The telephone application attachement identifier for your application. |
| [in,out] | ioTransIdP | Set the value of this parameter to NULL to cause the function to execute synchronously. If this parameter is not NULL, the call executes asynchronously. Upon return from this function, this points to the transaction identifier associated with the asynchronous operation. |
- Returns:
- ALP_STATUS_OK The communication is opened successfully, for synchronous call, or the asyncrhonous call is successful.
ALP_STATUS_TEL_ALREADY_CONNECTED The communication was already opened.
- Since:
- ALP iSDK 1.0
|