openD unified API  1.0.0
opend_call_types.h File Reference

openD call types. More...

#include "opend_dataTypes.h"

Go to the source code of this file.

Classes

struct  callApiReq_setup
 
struct  callApiReq_release
 
struct  callApiInd_setup
 
struct  callApiInd_release
 
struct  callApiInd_connectionStatus_ringing
 
struct  callApiInd_connectionStatus_connect
 
struct  callApiInd_connectionStatus_reject
 
struct  openD_callApiReq
 
struct  openD_callApiCfm
 
struct  openD_callApiInd
 
union  openD_callApiReq.param
 
union  openD_callApiCfm.param
 
union  openD_callApiInd.param
 

Macros

#define __OPEND_CALL_TYPES_H__
 

Typedefs

typedef enum openD_callApi_service openD_callApi_service_t
 
typedef struct callApiReq_setup callApiReq_setup_t
 
typedef struct callApiReq_release callApiReq_release_t
 
typedef struct callApiInd_setup callApiInd_setup_t
 
typedef struct callApiInd_release callApiInd_release_t
 
typedef struct callApiInd_connectionStatus_ringing callApiInd_connectionStatus_ringing_t
 
typedef struct callApiInd_connectionStatus_connect callApiInd_connectionStatus_connect_t
 
typedef struct callApiInd_connectionStatus_reject callApiInd_connectionStatus_reject_t
 
typedef struct openD_callApiReq openD_callApiReq_t
 
typedef struct openD_callApiCfm openD_callApiCfm_t
 
typedef struct openD_callApiInd openD_callApiInd_t
 

Enumerations

enum  openD_callApi_service {
  OPEND_CALLAPI_SETUP, OPEND_CALLAPI_RELEASE, OPEND_CALLAPI_CONNECTION_STATUS_RINGING, OPEND_CALLAPI_CONNECTION_STATUS_CONNECT,
  OPEND_CALLAPI_CONNECTION_STATUS_REJECT
}
 

Detailed Description

openD call types.

___ _____ _ ___ _ _____ ___ ___ ___ ___
/ __|_ _/_\ / __| |/ / __/ _ \| _ \/ __| __|
\__ \ | |/ _ \ (__| ' <| _| (_) | / (__| _|
|___/ |_/_/ \_\___|_|\_\_| \___/|_|_\\___|___|
embedded.connectivity.solutions.==============
Author
Patrick Weber

This work is dual-licensed under Apache 2.0 and GPL 2.0. You can choose between one of them if you use this work. For further details, please refer to the project home: https://github.com/opend-connect/openD

SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-only