ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / 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
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help