|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
353 #ifndef TR69BUSAGENT_H
354 #define TR69BUSAGENT_H
360 #include "hostIf_tr69ReqHandler.h"
361 #define TR69_BUF_MIN 64
362 #define TR69_BUF_MAX 1024
363 #define IARM_BUS_TR69_COMMON_API_AgentParameterHandler "agentParameterHandler"
365 faultCode_t TR69Bus_ProcessSharedMalloc(
size_t ,
void **);
419 #endif // TR69BUSAGENT_H
bool tr69RequestComplete(HOSTIF_MsgData_t *)
TR69 Request Complete function.
bool(* fpIncomingTR69Request)(HOSTIF_MsgData_t *)
TR69 Incoming Request function pointer.
IARM_Result_t _TR69AgentCallback_FuncWrapper(void *)
Function Wrapper around fpIncomingTR69Request.
enum _faultCodes faultCode_t
bool tr69Register(const char *, fpIncomingTR69Request)
Starts the TR69 Register Callback.
bool tr69UnRegister(const char *)
TR69 UnRegister function.