Release version 1.13.5
[platform/core/appfw/rpc-port.git] / doc / rpc-port_doc.h
1 /*
2  * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef DOC_RPC_PORT_DOC_H_
18 #define DOC_RPC_PORT_DOC_H_
19
20
21 /**
22  * @ingroup CAPI_APPLICATION_FRAMEWORK
23  * @defgroup CAPI_RPC_PORT_MODULE RPC Port
24  * @brief The @ref CAPI_RPC_PORT_MODULE API provides functions to send and receive messages between applications.
25  * @section CAPI_RPC_PORT_MODULE_HEADER Required Header
26  * \#include <rpc-port.h>
27  *
28  * @section CAPI_RPC_PORT_MODULE_OVERVIEW Overview
29  * The @ref CAPI_RPC_PORT_MODULE API provides functions for passing messages between applications.
30  * Applications can read and write data by using rpc-port.
31 */
32
33 /**
34  * @ingroup CAPI_RPC_PORT_MODULE
35  * @defgroup CAPI_RPC_PORT_PARCEL_MODULE RPC Port Parcel
36  * @brief The @ref CAPI_RPC_PORT_PARCEL_MODULE API provides functions to make parcel data
37  * @section CAPI_PACKAGE_INFO_MODULE_HEADER Required Header
38  * \#include <rpc-port-parcel.h>
39  *
40  * @section CAPI_RPC_PORT_PARCEL_MODULE_OVERVIEW Overview
41  * It is container for a data that can be sent via RPCPort.
42 */
43
44
45 #endif  // DOC_RPC_PORT_DOC_H_