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

SQL Anywhere 11.0.1 (Français) » MobiLink - Server-Initiated Synchronization » MobiLink Listener C API for Palm devices

 

PalmLsnTargetDeviceID method

Returns the target device ID.

Syntax
UInt32 PalmLsnTargetDeviceID(  )
Returns

A positive integer containing the device ID.

Remarks

You can use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check if devices are compatible.

See also
Example

The following example returns the device ID for the Treo 650 simulator:

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