System.Bluetooth.TBluetoothGattServer.IsAdvertising
Delphi
property IsAdvertising: Boolean read GetIsAdvertising;
C++
__property bool IsAdvertising = {read=GetIsAdvertising, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
説明
GATT サーバーが広告データをブロードキャストしている(True
)か否か(False
)。