![]() |
RDK Documentation (Open Sourced RDK Components)
|
TR69 Bus Agent Public API. More...
#include <cstdio>#include <unistd.h>#include <cstring>#include "libIBus.h"#include "libIARMCore.h"#include "TR69BusAgent.h"#include "rdk_debug.h"
Go to the source code of this file.
Macros | |
| #define | LOG_TR69HOSTIF "LOG.RDK.TR69HOSTIF" |
| #define | MAX_RETRY_LOOP 15 |
Functions | |
| faultCode_t | TR69Bus_ProcessSharedMalloc (size_t, void **) |
| IARM_Result_t | _TR69AgentCallback_FuncWrapper (void *) |
| Function Wrapper around fpIncomingTR69Request. More... | |
| bool | tr69Register (const char *, fpIncomingTR69Request) |
| Starts the TR69 Register Callback. More... | |
| bool | tr69UnRegister (const char *) |
| TR69 UnRegister function. More... | |
| bool | tr69RequestComplete (HOSTIF_MsgData_t *) |
| TR69 Request Complete function. More... | |
Variables | |
| fpIncomingTR69Request | tr69AgentCallback |
TR69 Bus Agent Public API.
Definition in file TR69BusAgent.cpp.