IPWorks Bluetooth 2020 Delphi Edition

Questions / Feedback?

DeviceInfo Event

Fired once for each device found when calling ListDevices.

Syntax

type TDeviceInfoEvent = procedure (
  Sender: TObject;
  const Name: String;
  const Address: String;
  const ClassOfDevice: String;
  Connected: Boolean;
  Remembered: Boolean;
  Authenticated: Boolean
) of Object;

property OnDeviceInfo: TDeviceInfoEvent 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 Delphi Edition - Version 20.0 [Build 7941]