Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器启动的同步 » 用于 Palm 设备的 MobiLink 监听器 C API

 

PalmLsnTargetDeviceID 方法

返回目标设备 ID。

语法
UInt32 PalmLsnTargetDeviceID(  )
返回值

包含设备 ID 的正整数。

注释

可以使用 PalmLsnTargetCompanyID 和 PalmLsnTargetDeviceID 检查设备是否兼容。

另请参见
示例

以下示例返回 Treo 650 Simulator 的设备 ID:

UInt32 PalmLsnTargetDeviceID(void) {
    return(kPalmOneDeviceIDTreo650);
}