RDK Documentation (Open Sourced RDK Components)
TR69BusAgent.h File Reference

TR69 Bus Agent Public API. More...

#include "hostIf_tr69ReqHandler.h"
Include dependency graph for TR69BusAgent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TR69_BUF_MIN   64
 
#define TR69_BUF_MAX   1024
 
#define IARM_BUS_TR69_COMMON_API_AgentParameterHandler   "agentParameterHandler"
 

Typedefs

typedef bool(* fpIncomingTR69Request) (HOSTIF_MsgData_t *)
 TR69 Incoming Request function pointer. More...
 

Functions

faultCode_t TR69Bus_ProcessSharedMalloc (size_t, void **)
 
bool tr69Register (const char *, fpIncomingTR69Request)
 Starts the TR69 Register Callback. More...
 
IARM_Result_t _TR69AgentCallback_FuncWrapper (void *)
 Function Wrapper around fpIncomingTR69Request. More...
 
bool tr69UnRegister (const char *)
 TR69 UnRegister function. More...
 
bool tr69RequestComplete (HOSTIF_MsgData_t *)
 TR69 Request Complete function. More...
 

yes

TR69 Bus Agent Public API.

Definition in file TR69BusAgent.h.