|
|
|
|
|
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. PileUtilisée is int
PileUtilisée = BTStack()
SWITCH PileUtilisée
CASE btStackNone : Info("Aucune pile n'est installée")
CASE btStackBlueSoleil : Info("Pile BlueSoleil")
CASE btStackBroadcom : Info("Pile Broadcom")
CASE btStackMicrosoft : Info("Pile Microsoft")
END
Syntax <Result>: Integer constant Type of stack used by the Bluetooth key: | | btStackBlueSoleil | The local key uses a BlueSoleil stack. | btStackBroadcom | The local key uses a Broadcom stack (formerly Widcomm). | btStackMicrosoft | The local key uses a Microsoft stack. | btStackNone | The local key uses an unsupported stack or no Bluetooth key is installed. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|