 |
RDK Documentation (Open Sourced RDK Components)
|
42 int main(
int argc,
char *argv[])
44 uint32_t versionNumber;
51 printf(
"DS HAL Version Number before setting is: 0x%08X \r\n",versionNumber);
55 versionNumber = 0x20000;
57 printf(
"DS HAL Version Number Updated to: 0x%08X \r\n",versionNumber);
62 printf(
"DS HAL Version Number after setting is: 0x%08X \r\n",versionNumber);
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...
uint32_t getVersion(void)
Get DS HAL API Version.
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.
#define dsHAL_APIVER_MINOR(x)
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 ...
#define dsHAL_APIVER_MAJOR(x)
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.