confRemoteRecordStart
You can call the function confRemoteRecordStart to start recording a new remote.
/** * Function confRemoteRecordStart is called when user start creating a new remote * @param pRm_name : string containing the name of the remote control to record */ void confRemoteRecordStart(const std::string& pRm_name);
This function should be called with a post method (placed in a thread to avoid blocking system). Python example:
post.confRemoteRecordStart("my_remote_name");