IPWorks BLE 2020 Delphi Edition

Questions / Feedback?

Subscribed Event

Fired when the component has successfully subscribed to a characteristic.

Syntax

type TSubscribedEvent = procedure (
  Sender: TObject;
  const ServiceId: String;
  const CharacteristicId: String;
  const Uuid: String;
  const Description: String
) of Object;

property OnSubscribed: TSubscribedEvent read FOnSubscribed write FOnSubscribed;

Remarks

This event is fired when the component has successfully subscribed to a characteristic.

Uuid and Description are the UUID and Bluetooth SIG user-friendly name (if one is defined) of the characteristic.

Refer to the Subscribe method for more information.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks BLE 2020 Delphi Edition - Version 20.0 [Build 8158]