openD unified API  1.0.0
opend_sub_types.h File Reference

openD subscription types. More...

#include <stdbool.h>
#include "opend_dataTypes.h"

Go to the source code of this file.

Classes

struct  subApiReq_subscriptionDelete
 
struct  subApiReq_setAc
 
struct  subApiInd_subscriptionDelete
 
struct  openD_subApiReq
 
struct  subApiReq_getRegState
 
struct  subApiReq_getHandsetId_t
 
struct  openD_subApiCfm
 
struct  openD_subApiInd
 
union  openD_subApiReq.param
 
union  openD_subApiCfm.param
 
union  openD_subApiInd.param
 

Macros

#define __OPEND_SUB_TYPES_H__
 

Typedefs

typedef enum openD_subApi_service openD_subApi_service_t
 
typedef struct subApiReq_subscribeEnable subApiReq_subscribeEnable_t
 
typedef struct subApiReq_subscribe subApiReq_subscribe_t
 
typedef struct subApiReq_subscriptionDelete subApiReq_subscriptionDelete_t
 
typedef struct subApiReq_setAc subApiReq_setAc_t
 
typedef struct subApiInd_subscribeEnable subApiInd_subscribeEnable_t
 
typedef struct subApiInd_subscribe subApiInd_subscribe_t
 
typedef struct subApiInd_subscriptionDelete subApiInd_subscriptionDelete_t
 
typedef struct openD_subApiReq openD_subApiReq_t
 
typedef struct subApiReq_getRegState subApiReq_getRegState_t
 
typedef struct subApiReq_getHandsetId_t subApiReq_getHandsetId_t
 
typedef struct openD_subApiCfm openD_subApiCfm_t
 
typedef struct openD_subApiInd openD_subApiInd_t
 

Enumerations

enum  openD_subApi_service {
  OPEND_SUBAPI_SUBSCRIBE_ENABLE, OPEND_SUBAPI_SUBSCRIBE, OPEND_SUBAPI_SUBSCRIPTION_DELETE, OPEND_SUBAPI_GET_REGISTRATION_STATE,
  OPEND_SUBAPI_SET_AC
}
 

Detailed Description

openD subscription 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