IPWorks Bluetooth 2020 C++ Builder Edition

Questions / Feedback?

DeviceInfo Event

Fired once for each device found when calling ListDevices.

Syntax

typedef struct {
  String Name;
  String Address;
  String ClassOfDevice;
  bool Connected;
  bool Remembered;
  bool Authenticated;
} TiptBTInfoDeviceInfoEventParams;

typedef void __fastcall (__closure *TiptBTInfoDeviceInfoEvent)(System::TObject* Sender, TiptBTInfoDeviceInfoEventParams *e);

__property TiptBTInfoDeviceInfoEvent OnDeviceInfo = { read=FOnDeviceInfo, write=FOnDeviceInfo };

Remarks

This event fires once for each device found when calling ListDevices.

Name is the device name.

Address is the device address.

ClassOfDevices is the class of the device.

Connected indicates whether the device is connected.

Remembered indicates whether the device is remembered.

Authenticated indicates whether the device is authenticated.

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