IPWorks BLE 2020 C++ Builder Edition

Questions / Feedback?

Subscribed Event

Fired when the component has successfully subscribed to a characteristic.

Syntax

typedef struct {
  String ServiceId;
  String CharacteristicId;
  String Uuid;
  String Description;
} TiplBLEClientSubscribedEventParams;

typedef void __fastcall (__closure *TiplBLEClientSubscribedEvent)(System::TObject* Sender, TiplBLEClientSubscribedEventParams *e);

__property TiplBLEClientSubscribedEvent OnSubscribed = { 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 C++ Builder Edition - Version 20.0 [Build 8158]