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

 

PalmLsnTargetCompanyID method

Returns the company or manufacturer ID of a device.

Syntax
UInt32 PalmLsnTargetCompanyID(  )
Returns

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

Remarks

Use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check if devices are compatible.

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');
}