System.Bluetooth.TBluetoothGattServer.OnConnectedDevice

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnConnectedDevice: TConnectLEDeviceEvent read FOnConnectedDevice write FOnConnectedDevice;

C++

__property TConnectLEDeviceEvent OnConnectedDevice = {read=FOnConnectedDevice, write=FOnConnectedDevice};

プロパティ

種類 可視性 ソース ユニット
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


説明

お使いの GATT サーバーにリモート デバイスが接続したときに発生します。

OnConnectedDeviceイベント ハンドラは、次のパラメータを受け取ります:

プラットフォーム サポート

プラットフォーム サポート

Android

YesC++11Feature.png

iOS

OS X

Windows

関連項目