|
RDK Documentation (Open Sourced RDK Components)
|
35 #include "libIARMCore.h"
41 #ifdef ENABLE_MFR_WIFI
45 printf(
"Tool-mfrWifiEraseAllData Entering\r\n");
49 if(ret != IARM_RESULT_SUCCESS)
51 printf(
"Call failed for %s: error code:%d\n",
"IARM_BUS_MFRLIB_API_WIFI_EraseAllData",ret);
55 printf(
"Call succeed for %s: error code:%d\n",
"IARM_BUS_MFRLIB_API_WIFI_EraseAllData",ret);
61 printf(
"Tool-mfrWifiEraseAllData Exiting\r\n");
63 printf(
"WIFI NOT SUPPORTED IN THIS DEVICE Exiting\r\n");
IARM_Result_t IARM_Bus_Term(void)
This API is used to terminate the IARM-Bus library.
IARM_Result_t IARM_Bus_Call(const char *ownerName, const char *methodName, void *arg, size_t argLen)
This API is used to Invoke RPC method by its application name and method name.
IARM_Result_t IARM_Bus_Disconnect(void)
This API disconnect Application from IARM Bus so the application will not receive any IARM event or R...
RDK IARM-Bus API Declarations.
#define IARM_BUS_MFRLIB_NAME
IARM_Result_t IARM_Bus_Connect(void)
This API is used to connect application to the IARM bus daemon. After connected, the application can ...
IARM_Result_t IARM_Bus_Init(const char *name)
This API is used to initialize the IARM-Bus library.