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

SQL Anywhere 11.0.1 (日本語) » Mobile Link - サーバ起動同期 » Palm デバイス用 Mobile Link Listener C API

 

PalmLsnTargetDeviceID メソッド

ターゲット・デバイス ID を返します。

構文
UInt32 PalmLsnTargetDeviceID(  )
戻り値

デバイス ID を表す正の整数。

備考

PalmLsnTargetCompanyID と PalmLsnTargetDeviceID を使用すると、デバイスに互換性があるかどうかをチェックできます。

参照

次の例では、Treo 650 シミュレータのデバイス ID を返しています。

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