This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

编写IPC的.cfg文件时,在哪儿可以找到相应配置命令的使用方法



最近在看IPC方面的内容,IPC相关的API函数可以在安装目录下找到。而在.cfg文件中对CPI的配置方法不知道在哪儿可以找到?

在手册上有这样一段代码:

var fxn = new Ipc.UserFxn;
fxn.attach = '&userAttachFxn1';
fxn.detach = '&userDetachFxn1';
Ipc.addUserFxn(fxn, 0x1);

在哪个文档中可以查到如:lpc.addUserFxn的使用方法呢?