AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Bluetooth
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
BTStack (Function)
In french: BTPile
Returns the Bluetooth stack currently used. This gives you the ability to propose specific features according to the type of key used. Indeed, some functions for handling keys may not be available according to the type of key used.
Example
StackUsed is int
StackUsed = BTStack()
SWITCH StackUsed
CASE btStackNone: Info("No stack is installed")
CASE btStackBlueSoleil: Info("BlueSoleil stack")
CASE btStackBroadcom: Info("Broadcom stack")
CASE btStackMicrosoft: Info("Microsoft stack")
END
Syntax
<Result> = BTStack()
<Result>: Integer constant
Type of stack used by the Bluetooth key:
btStackBlueSoleilThe local key uses a BlueSoleil stack.
btStackBroadcomThe local key uses a Broadcom stack (formerly Widcomm).
btStackMicrosoftThe local key uses a Microsoft stack.
btStackNoneThe local key uses an unsupported stack or no Bluetooth key is installed.
Component: wd290com.dll
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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