RDK Documentation (Open Sourced RDK Components)
hostIf_rbus_Dml_Provider.h
Go to the documentation of this file.
1
/*
2
* If not stated otherwise in this file or this component's Licenses.txt file the
3
* following copyright and licenses apply:
4
*
5
* Copyright 2020 RDK Management
6
*
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
* you may not use this file except in compliance with the License.
9
* You may obtain a copy of the License at
10
*
11
* http://www.apache.org/licenses/LICENSE-2.0
12
*
13
* Unless required by applicable law or agreed to in writing, software
14
* distributed under the License is distributed on an "AS IS" BASIS,
15
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
* See the License for the specific language governing permissions and
17
* limitations under the License.
18
*/
19
20
/**
21
* @file hostIf_rbus_Dml_Provider.h
22
* @brief The header file provides HostIf message handler information APIs.
23
*/
24
25
/**
26
*
27
* @defgroup TR-HOSTIF_RBUS_DML_PROVIDER Rbus interface
28
*/
29
30
31
/**
32
* HOST-IF is a platform agnostic Inter-process communication (IPC) interface. It allows
33
* applications to communicate with each other by sending Events or invoking Remote
34
* Procedure Calls.
35
* This is rbus interface to provide TR181 data through rbus.
36
*
37
*/
38
39
40
/**
41
* @defgroup tr69hostif
42
* @{
43
* @defgroup hostif
44
* @{
45
**/
46
47
48
#ifndef HOSTIF_RBUS_DML_PROVIDER_H_
49
#define HOSTIF_RBUS_DML_PROVIDER_H_
50
51
void
init_rbus_dml_provider();
52
53
int
setRbusStringParam(
char
*paramName,
char
* paramValue);
54
int
getRbusStringParam(
char
*paramName,
char
** paramValue);
55
56
#endif
/* HOSTIF_RBUS_DML_PROVIDER_H_ */
57
58
/* End of HOSTIF_RBUS_DML_PROVIDER_H_ API doxygen group */
59
/**
60
* @}
61
*/
62
63
64
/** @} */
65
/** @} */
components
generic
tr69hostif
src
hostif
handlers
include
hostIf_rbus_Dml_Provider.h
Generated on Thu Feb 9 2023 06:32:34 for RDK Documentation (Open Sourced RDK Components) by
1.8.17