IPWorks BLE 2020 C++ Builder Edition

Questions / Feedback?

Unsubscribed Event

Fired when the component has successfully unsubscribed from a characteristic.

Syntax

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

typedef void __fastcall (__closure *TiplBLEClientUnsubscribedEvent)(System::TObject* Sender, TiplBLEClientUnsubscribedEventParams *e);

__property TiplBLEClientUnsubscribedEvent OnUnsubscribed = { read=FOnUnsubscribed, write=FOnUnsubscribed };

Remarks

This event is fired when the component has successfully unsubscribed from a characteristic.

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

Refer to the Unsubscribe method for more information.

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