Returns the company or manufacturer ID of a device.
UInt32 PalmLsnTargetCompanyID( )
A value containing the company or manufacturer ID of the device.
Use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check if devices are compatible.
The following example, used in the Treo 650 smartphone implementation, returns 'hspr', a company ID for Handspring:
UInt32 PalmLsnTargetCompanyID(void) { return('hspr'); } |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |