ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / OBEX functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 data transfer protocol that can be used via infrared beams 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 uses 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: 09/20/2024

Send a report | Local help