System.Bluetooth.TBluetoothGattServer.OnClientUnsubscribed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClientUnsubscribed: TGattCharacteristicSubscriptionEvent read FOnClientUnsubscribed write FOnClientUnsubscribed;

C++

__property TGattCharacteristicSubscriptionEvent OnClientUnsubscribed = {read=FOnClientUnsubscribed, write=FOnClientUnsubscribed};

Properties

Type Visibility Source Unit Parent
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer

Description

Occurs when a client unsubscribes from a characteristic of the GATT server.

The handler of this event receives the following arguments:

See Also