Returns a device's company ID.
UInt32 PalmLsnTargetCompanyID( )
A value containing the ID of the device's company or manufacturer.
You can use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check for device compatibility.
The following example, used in the Treo 650 smartphone implementation, returns 'hspr', a company ID for Handspring.
UInt32 PalmLsnTargetCompanyID( void ) /***********************************/ { return( 'hspr' ); } |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |