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

SQL Anywhere 11.0.0 » MobiLink - Server-Initiated Synchronization » MobiLink Listener SDK for Palm » Device dependent functions

 

PalmLsnTargetDeviceID

Returns the target device ID.

Prototype
UInt32 PalmLsnTargetDeviceID(  )
Return value

A positive integer containing the device ID.

Remarks

You can use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check for device compatibility.

See also
Example

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

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