|
RDK Documentation (Open Sourced RDK Components)
|
42 int main(
int argc,
char *argv[])
51 printf(
"SOC ID: %s\n",socID.c_str());
IARM_Result_t IARM_Bus_Term(void)
This API is used to terminate the IARM-Bus library.
This file defines DSConstant class which is inherited by most of the device settings classes.
Device Settings HAL types.
It contains class referenced by manager.cpp file.
Device Settings HAL error codes.
Device Settings HAL utilities.
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...
static void Initialize()
This API is used to initialize the Device Setting module. Each API should be called by any client of ...
RDK IARM-Bus API Declarations.
std::string getSocIDFromSDK()
This API to get the SOC ID. dsGetSocIDFromSDK() function returns the SOC ID in string format.
static void DeInitialize()
This API is used to deinitialize the device settings module. DeInitialize() must be called to release...
static Host & getInstance(void)
This API is used to get a reference to the single instance of the Host object.
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.
This file defines SleepMode class for device settings.