AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 76-100 de 102 para bluetooth
Funciones Bluetooth
Lista de funciones Bluetooth
Gestión de las teclas Bluetooth
¡Crea un nuevo tipo de aplicación! Sin contacto entre el PC y el dispositivo móvil, se pueden ejecutar varios procesos en el PC utilizando los datos que se encuentran en el dispositivo móvil...
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption...
Gestión de dispositivos Bluetooth Low Energy (sintaxis con prefijo)
El estándar Bluetooth LE (para baja energía) permite gestionar dispositivos con bajo consumo de energía...
Bluetooth constants
List of constants used by the Bluetooth functions.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
SocketCreateBluetooth (Función)
Crea un socket utilizando un dispositivo Bluetooth.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
BTOpenDeviceProperties (Function)
Abre la ventana de propiedades de un dispositivo Bluetooth.
Procedimiento WLanguage llamado por BTStatus
Procedimiento ("Callback") llamado por BTStatus cuando cambia el estado de activación Bluetooth en el dispositivo. Este procedimiento puede ser local, global o interno.
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
OBEXDisconnect (Función)
Permite desconectarse de un dispositivo compatible con el protocolo OBEX.
BTListService (Function)
Returns the list of services provided by a Bluetooth device.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
Dispositivo BTSelectDevice (Función)
Abre una ventana del sistema para seleccionar un dispositivo Bluetooth.
BTLEGetADescriptor (Función)
Recupera el descriptor de una característica Bluetooth Low Energy correspondiente al identificador especificado (UUID).
Funciones BTLE
Las siguientes funciones se utilizan para manejar los dispositivos Bluetooth Low Energy:
Funciones BTLE (sintaxis con prefijo)
Las siguientes funciones se utilizan para manejar los dispositivos Bluetooth Low Energy:
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
BTDisableService (función)
Desactiva un servicio en un dispositivo Bluetooth.
BTLEGetAllServices (Función)
Recupera todos los servicios correspondientes a un UUID.
BTLEGetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
OBEXGetFile (Function)
Retrieves a file from a device that supports the OBEX protocol.
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
<btleCharacteristic variable>.GetADescriptor (Función)
Recupera el descriptor de una característica Bluetooth Low Energy correspondiente al identificador especificado (UUID).
BTLEDisconnect (Función)
Sirve para desconectarse de un dispositivo Bluetooth Low Energy.
<btleDevice variable>GetAllServices (Función)
Recupera todos los servicios correspondientes a un UUID.
BTConnectDevice (Función)
Permite autenticarse ante un dispositivo Bluetooth.
BTLECharacteristicReadValue (Función)
Lee el valor de una característica en un dispositivo Bluetooth Low Energy.
<btleDevice variable>.GetAService (Función)
Recupera el servicio de un dispositivo Bluetooth Low Energy correspondiente al identificador especificado (UUID).
BTLEGetAllCharacteristics (Función)
Recupera todas las características (con el mismo identificador) asociadas a un servicio BLE.
BTListRadio (Function)
Returns the list of Bluetooth radios connected to the computer.
<btleDevice variable>.desconectar (función)
Sirve para desconectarse de un dispositivo Bluetooth Low Energy.
BTLECharacteristicWriteValue (Función)
Escribe un valor en una característica de un dispositivo Bluetooth Low Energy.
<btleCharacteristic variable>.ReadValue (Función)
Lee el valor de una característica en un dispositivo Bluetooth Low Energy.
BTLEDescriptorWriteValue (Función)
Escribe el valor de un descriptor en un dispositivo Bluetooth Low Energy.
BTLEDescriptorReadValue (Función)
Lee el valor de un descriptor en un dispositivo Bluetooth Low Energy.
<btleCharacteristic variable>WriteValue (Función)
Escribe un valor en una característica de un dispositivo Bluetooth Low Energy.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
OBEXSendVCard (Función)
Envía un archivo VCard (tarjeta de visita virtual) a un dispositivo compatible con el protocolo OBEX.
<btleDescriptor variable>WriteValue (Función)
Escribe el valor de un descriptor en un dispositivo Bluetooth Low Energy.
<btleDevice variable>ConnectionStatus (Función)
Devuelve el estado actual de la conexión a un dispositivo Bluetooth Low Energy o pide que se le notifique cuando cambie el estado de la conexión.
<btleService variable>.GetACharacteristic (Función)
Recupera la característica de un servicio Bluetooth Low Energy correspondiente al identificador especificado (UUID).
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
<btleDescriptor variable>.ReadValue (Función)
Lee el valor de un descriptor en un dispositivo Bluetooth Low Energy.
BTLEConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
<btleService variable>GetAllCharacteristics (Función)
Recupera todas las características con el mismo identificador asociadas a un servicio Bluetooth Low Energy.
btleDescriptor (Variable type)
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic
BTLECharacteristicChangeOfValue (Función)
Activa o desactiva la detección de cambios en el valor de una característica Bluetooth Low Energy.
<btleDevice variable>.Connect (Función)
Se utiliza para conectarse a un dispositivo Bluetooth Low Energy.
btleService (Variable type)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
<btleCharacteristic variable>.ChangeOfValue (Función)
Activa o desactiva la detección de cambios en el valor de una característica Bluetooth Low Energy.
btleCharacteristic (Variable type)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
btleDevice (Variable type)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
OBEX constants
List of constants used by the OBEX functions.
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
Compartir con dispositivos cercanos (Android)
Esta funcionalidad, disponible en Android, permite intercambiar datos entre dos o más dispositivos cercanos...
BTChangeVisibility (Función)
Cambia la visibilidad de una radio Bluetooth.
SysAndroidVersion (Función)
Devuelve información sobre la versión de Android utilizada por la aplicación.
OBEXListFile (Function)
Lists the files shared by a device that uses the OBEX protocol.
NearbyShareDiscoverDevice (Función)
Busca los dispositivos cercanos que se han anunciado y están esperando una solicitud de conexión.
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
BTChangeConnectivity (Función)
Permite configurar una radio Bluetooth para que acepte (o no) las solicitudes de conexión procedentes de los dispositivos.
NearbyShareWaitForConnection (Función)
Hace que el dispositivo sea detectable para los dispositivos cercanos que tienen activada la búsqueda (mediante la función NearbyShareDiscoverDevice) y espera la solicitud de conexión.
funciones Socket
Lista de funciones para la gestión de sockets
BTDisconnectDevice (Función)
Cancela la autenticación junto a un dispositivo Bluetooth.
Procedimiento WLanguage llamado por BTLEStatus
Procedimiento ("Callback") llamado por BTLEStatus cuando cambia el estado de activación de Bluetooth en el dispositivo..
OBEXConnect (Function)
Used 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.
OBEXGetVCard (Function)
Retrieves a VCard from a device that supports the OBEX protocol.
BTEnableService (Function)
Enables a service provided by a Bluetooth device.
BTStack (Function)
Returns the Bluetooth stack currently used.
Funciones OBEX
Lista de funciones OBEX
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
BTLEInitializeDevice (Función)
Inicializa un dispositivo Bluetooth Low Energy en Windows.
<btleDevice>.Initialize (Función)
Inicializa un dispositivo Bluetooth Low Energy en Windows.
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
ThreadPersistent (Función)
Hace que un subproceso sea persistente.
AndroidActivityResultProcedure (Función)
Permite especificar el procedimiento a llamar para obtener el resultado devuelto por una actividad de terceros.
Parámetros del procedimiento utilizado por la función NearbyShareWaitForConnection (Request)
Procedimiento WLanguage ("callback") llamado por la función NearbyShareWaitForConnection, ejecutado cuando un dispositivo cercano envía una solicitud de conexión.
Parámetros del procedimiento utilizado por la función NearbyShareRequestConnection (Request)
Procedimiento WLanguage ("callback") llamado por la función NearbyShareRequestConnection, ejecutado cuando el dispositivo cercano recibe la solicitud de conexión.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection...
InDeviceOwnerMode (Función)
Indica si la aplicación Android está en modo "Device owner".
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
1. Ejemplos proporcionados con WINDEV Mobile
Android 11: Changes to application behavior
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
beaconGroup (Variable type)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
Convierta sus aplicaciones WINDEV en sitios web
A menudo, los desarrolladores necesitan transformar aplicaciones Windows (o partes de aplicaciones) en sitios web dinámicos...
Android 10: Cambios en el comportamiento de las aplicaciones
A partir de Android 10, Google no permite que una aplicación abra una ventana si está en segundo plano
Aplicación en modo kiosco
Una aplicación en modo kiosco es una aplicación de la que el usuario no puede salir...
1. Comunicación con WINDEV Mobile
WINDEV Mobile incluye varias funciones de comunicación para diferentes campos.
Procedimiento WLanguage llamado por BTLECharacteristicChangeOfValue
Procedimiento ("Callback") llamado por BTLECharacteristicChangeOfValue cuando cambia una característica en el dispositivo.. Este procedimiento puede ser local, global o interno.
iDestination (Function)
Configures the print destination.
Tipos avanzados
Los tipos avanzados de WLanguage son los siguientes
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
New products brochure 27: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure.
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure.
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure.
Mapa del sitio de la documentación de PC SOFT
1
2
3
4
5
>