You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

DmCli is a CCSP component that provides the Command Line Interface to the device. Its primary role is to allow an individual to perform Data base related operations on the Data Model.  Some of the primary functionalities supported by it are:

  • Get the value of a parameter
  • Set the value of a parameter
  • Add an entry to the table
  • Delete an entry to the table

One very crucial and important functionality of this component is that it gives us the provision of executing the API's provided by RDK-B components which are written in C files through a script.

Some of the DmCli API's are:

CCSP_Message_Bus_Send
CCSP_Message_Bus_Send_Event
DBusHandlerResult evt_callback 
ccspReturnValueToString
  • No labels