|
|
|
|
|
The OBEX functions are as follow:
| | OBEXConnect | Used to connect to a device that supports the OBEX protocol.Â
Reminder: The OBEX protocol is a protocol for exchanging data via Infrared and Bluetooth. | OBEXDisconnect | Used to disconnect from a device that supports the OBEX protocol. | OBEXGetFile | Retrieves a file from a device that supports the OBEX protocol. | OBEXGetVCard | Retrieves a VCard from a device that supports the OBEX protocol. | OBEXListFile | Lists the files shared by a device that is using the OBEX protocol. | OBEXSendFile | Sends a file to a device that supports the OBEX protocol. | OBEXSendVCard | Sends a VCard file (virtual business card) to a device that supports the OBEX protocol. |
Related Examples:
|
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.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|