confRemoteRecordAddKey
如果函数confRemoteRecordAddKey返回一个信息,告诉您输入一个新的按钮名,您可以调用函数confRemoteRecordNext。 按钮名在参数内给出。
/** * Function confRemoteRecordAddKey is called when user validate a new key name * @param pKeyname : string containing the name of the key to record or nothing if there is no more keys to record * @return string wich is the last message to display */ std::string confRemoteRecordAddKey(const std::string& pKeyname);