openD unified API  1.0.0
opend_call_api.h
Go to the documentation of this file.
1 #ifdef __cplusplus
2 extern "C"
3 {
4 #endif
5 
30 #ifndef __OPEND_CALL_API_H__
31 #define __OPEND_CALL_API_H__
32 
33 #include "opend_dataTypes.h"
34 #include "opend_call_types.h"
35 
39 typedef struct openD_callApiPrimitives {
45  void ( *openD_callApiCfm )( openD_callApiCfm_t *cConfirm );
51  void ( *openD_callApiInd )( openD_callApiInd_t *cIndication );
53 
62 
71 
72 
75 #endif /* __OPEND_CALL_API_H__ */
76 #ifdef __cplusplus
77 }
78 #endif
openD_status_t
Definition: opend_dataTypes.h:62
struct openD_callApiPrimitives openD_callApiPrimitives_t
Definition: opend_call_api.h:39
openD_status_t openD_callApi_init(openD_callApiPrimitives_t *cPrimitives)
openD call API initialization.
Definition: opend_call_types.h:135
Definition: opend_call_types.h:159
openD_status_t openD_callApi_request(openD_callApiReq_t *cRequest)
openD call API request.
Definition: opend_call_types.h:179
openD data types.
openD call types.