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

 

PalmLsnTargetCompanyID

Returns a device's company ID.

Prototype
UInt32 PalmLsnTargetCompanyID(  )
Return value

A value containing the ID of the device's company or manufacturer.

Remarks

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

See also
Example

The following example, used in the Treo 650 smartphone implementation, returns 'hspr', a company ID for Handspring.

UInt32 PalmLsnTargetCompanyID( void )
/***********************************/
{
    return( 'hspr' );
}