Symbian 经常用的函数总结
2010-07-06 04:37:00 来源:WEB开发网Calling Subscriber Identification. Optional signal indicates that the following frame is an identification of the calling station. Used to provide additional security to fax procedure.
See also: CSI
cleanup
在异常或错误发生的时候清除(垃圾内存)的方法。
The process of cleaning up after an exception or an error has occurred.
See also: leave, exception, cleanup stack
cleanup stack 清除栈
未全部创建完成的项目(或对象)使用的堆栈,(对象中部分被创建完成且分配了的堆内存的数据的“指针” 可被压入清除栈,)
使用CleanupStack::PushL()和CleanupStack::Pop()来维护,
当它们异常退出时,将清除该栈。
The stack of partially constructed items maintained by CleanupStack::PushL() and CleanupStack::Pop(), which will be cleaned up, should a leave occur.
See also: Cleanup, trap harness, leave
client 客户端
从另一个程序请求服务的程序。
A program which requests services from another program.
See also: server, asynchronous request
client interface function 客户端接口函数
在一个连接(子连接)中处于客户端性质的类中的成员函数,它可以通过使用opcode,向服务器提交执行特定消息的请求。
A member function in a client-side session (or subsession) class which implement a specific message request to the server, using an opcode.
See also: client-side session, subsession, opcode
client subsession
在客户端程序中一个子连接的表现(实体)。在服务程序中一个客户端的子连接会有一个对应的子连接对象。
The representation of a subsession in the client program. A client subsession has a corresponding subsession object in the server program.
See also: subsession, subsession object
Client-side MTM
一个为客户端提供的处理特定协议功能的组件。
A component that provides functions to a client for manipulation of message
更多精彩
赞助商链接