System.Bluetooth.TBluetoothGattServer.IsAdvertising
Delphi
property IsAdvertising: Boolean read GetIsAdvertising;
C++
__property bool IsAdvertising = {read=GetIsAdvertising, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Beschreibung
Ob Ihr GATT-Server seine Bekanntgabedaten sendet (True
) oder nicht (False
).