readme

来自「Sun公司Dream项目」· 代码 · 共 18 行

TXT
18
字号
MMI client code README
-----------------------

The client code contains two major classes:
- MMIRightsManager
- MMIClient

MMIRightsManager manages MMI rights on the client side. A client application
can query the MMIRightsManager to check if the application has rights to
perform certain functions. The MMIRightsManager may satisfy the request by
referring to its internal repository if it already contains this information
or it may formulate requests using the MMI protocol to get this information
from the server.

MMIClient implements code that is used to communicate with the MMIServer.
Connectivity with the MMIServer can be tested using the instructions in the
INSTALL file.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?