IPWorks Bluetooth 2020 C++ Builder Edition

Questions / Feedback?

DeviceCount Property

The number of bluetooth devices.

Syntax

__property int DeviceCount = { read=FDeviceCount };

Default Value

0

Remarks

This property holds the number of devices found after calling ListDevices.

To find details for each device set DeviceIndex to select a device. Valid values for DeviceIndex are from 0 to DeviceCount -1.

After setting DeviceIndex the following properties will be populated with information about the device:

This property is read-only.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 C++ Builder Edition - Version 20.0 [Build 7941]