SetBlueTooth
The Device.SetBlueTooth command and the Device.SendBlueTooth command enables the RFgen client to send datapackets to a paired peripheral devices using BlueTooth technology. (For example, you can set up your barcode scanner's BlueTooth radio to send string data to a label printer's BlueTooth radio.) The Device.SetBlueTooth procedure is not used for sending transactions to RFgen.
To use this command you will need to know the device's name as that represents the device port. Device names can be obtained by first pairing the devices and viewing the names used in the pairing process. Refer to your device hardware manufacturer's documentation on how to enable BlueTooth and pair it with another device.
See also Device.SendBlueTooth.
Group:Device Extensions
Syntax: Device.SetBlueTooth
bVal (Boolean) True enables the BlueTooth technology on the device
vPort (Variant) is the port number on the device that will be used to send data to a peripheral device.