ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Attention : This is version 26 of this documentation page. This feature may have been changed or removed in a higher version.
Help / WLanguage / WLanguage functions / Standard functions / Mobile Device (Pocket PC) access functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
Returns the OEM information of the Mobile Device (Pocket PC) connected to the current computer.
The OEM information (Original Equipment Manufacturer) corresponds to the information given by the manufacturer of the Mobile Device: make, model, serial number, ...
Remark: To retrieve the OEM information of the Mobile Device connected to the current computer, a connection must be established between the current computer and the Mobile Device (ceConnect).
Remark: this function is available in 64-bit mode.
Example
// Establish a connection with the Mobile Device
ceConnect()
// Process
...
// OEM information?
Info("The OEM information is: " + ceOEMInfo())
Syntax
<Result> = ceOEMInfo()
<Result>: Character string
  • OEM information of the Mobile Device,
  • Empty string (""):
    • if an error occurred. To get the details of the error, use ErrorInfo.
    • if the current computer is using ActiveSync version 4.0 or earlier.
Component: wd260ce.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/26/2021

Send a report | Local help