AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones OBEX
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.
Versión mínima requerida
  • Versión 11
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

Señalar un error o enviar una sugerencia | Ayuda local