Assigns parameters from a previously received message into variables.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" int CA_Get_DT_Parameters ( DT_MSG_INFO_ST *dt_msg_info_sp, void *parm1, void *parm2, . . . void *parmN );
This subroutine is called following a CA_Receive_DT_Msg() subroutine, using the DT_MSG_INFO_ST returned. It extracts the specified parameters from the received message that corresponds to the specified function ID, from the custom server or channel process specified. The system-generated header file contains the list of possible function IDs. Each user function has a corresponding function ID of the form funcname_func_id. For example, the ID for the function x_proc() is x_proc_func_id.
CA_INV_ADDR
CA_INV_FUNC_ID
CA_INV_PARM_COUNT
CA_INV_PARM_TYPE
CA_MALLOC_FAILED
CA_NO_MSG_RECV
CA_NO_PARMS
CA_PARM_OVERFLOW
CA_TERMINATING