IPWorks Bluetooth 2020 .NET Edition

Questions / Feedback?

DeviceCount Property

The number of bluetooth devices.

Syntax

public int DeviceCount { get; }
Public ReadOnly Property DeviceCount As Integer

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.

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