ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / OBEX functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The OBEX functions are as follow:
OBEXConnectUsed to connect to a device that supports the OBEX protocol.  Reminder: The OBEX protocol is a protocol for exchanging data via Infrared and Bluetooth.
OBEXDisconnectUsed to disconnect from a device that supports the OBEX protocol.
OBEXGetFileRetrieves a file from a device that supports the OBEX protocol.
OBEXGetVCardRetrieves a VCard from a device that supports the OBEX protocol.
OBEXListFileLists the files shared by a device that is using the OBEX protocol.
OBEXSendFileSends a file to a device that supports the OBEX protocol.
OBEXSendVCardSends a VCard file (virtual business card) to a device that supports the OBEX protocol.
Related Examples:
WD Bluetooth Training (WINDEV): WD Bluetooth
[ + ] WINDEV provides you with some Bluetooth management functions.
All types of Bluetooth devices can be managed from your WINDEV applications: cell phones, printers, speakers, and so on.
This example presents the use of these Bluetooth functions:
- to list the accessible Bluetooth devices
- to list the services proposed by a device
- to connect to a Bluetooth device
- to send a file to a device via the "OBEX" functions of WLanguage.
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help