📄 call.idl
字号:
interface Call
{
readonly attribute string strOrigination;
readonly attribute string strDestination;
readonly attribute long timeStarted;
readonly attribute long timeEnded;
readonly attribute long nBillAmount;
oneway void OffHookOrigination (in string strOrigination) ;
void AcceptNumber (in string strOrigination, in string strDestination) ;
void OffHookDestination (in string strDestination) ;
void OnHookOrigination (in string strOrigination) ;
void OnHookDestination (in string strDestination) ;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -