CA_Send_DT_Msg()

Purpose

Return a message to another Blueworx Voice Response component.

Libraries

Blueworx Voice Response library (libvae.a)

Custom Server library (libca.a)

Syntax

#include "CA_header.h"
int CA_Send_DT_Msg (
 DT_MSG_INFO_ST *dt_msg_info_sp
);

Description

This subroutine returns a message to another Blueworx Voice Response component. The message is sent to the component defined by the DT_MSG_INFO_ST structure, and consists of the data provided to a previous call to CA_Put_DT_Parameters().

Parameters

dt_msg_info_sp
A pointer to a DT_MSG_INFO_ST structure as described in DT_MSG_INFO_ST, returned from a previous call to CA_Receive_DT_Msg().

Return codes

0
Successful
-1
Unsuccessful (global error number CA_errno is set to indicate the error)

Error names

CA_INV_ADDR
CA_INV_LINK_ID
CA_NO_DATA_FOUND
CA_NOT_INIT
CA_TERMINATING

Related information

CA_Get_DT_Parameters(), CA_Put_DT_Parameters(), CA_Receive_DT_Msg(), CA_Send_CA_Msg(), CA_Send_DT_Error().