System.Bluetooth.TBluetoothDevice
Delphi
TBluetoothDevice = class(TBluetoothCustomDevice)
C++
class PASCALIMPLEMENTATION TBluetoothDevice : public TBluetoothCustomDevice
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
Beschreibung
Repräsentiert ein Remote-Gerät, das Classic Bluetooth unterstützt.
Mit einer Instanz von TBluetoothDevice können Sie eine Liste der Dienste abrufen, die ein Remote-Gerät bereitstellt, und einen Socket erstellen, mit dem Sie eine Verbindung zu einem Dienst des Remote-Geräts als Client herstellen und Daten austauschen können.
Instanzen von TBluetoothDevice stellen zudem nützliche Informationen über die Remote-Geräte bereit, wie z. B., ob das Gerät mit dem Gerät, auf dem Ihre Anwendung ausgeführt wird, gekoppelt ist, den Status des Remote-Geräts oder die Haupt- und die vollständige Klasse (Typ) des Remote-Geräts.
Verwenden Sie zum Abrufen einer Instanz von TBluetoothDevice die Methode GetPairedDevices oder die Eigenschaft LastDiscoveredDevices eines Managers.
Siehe auch
- System.Bluetooth.TBluetoothCustomDevice.Address
- System.Bluetooth.TBluetoothCustomDevice.BluetoothType
- System.Bluetooth.TBluetoothDevice.ClassDevice
- System.Bluetooth.TBluetoothDevice.ClassDeviceMajor
- System.Bluetooth.TBluetoothDevice.ClassDeviceMajorString
- System.Bluetooth.TBluetoothDevice.ClassDeviceString
- System.Bluetooth.TBluetoothCustomDevice.DeviceName
- System.Bluetooth.TBluetoothDevice.IsPaired
- System.Bluetooth.TBluetoothDevice.LastServiceList
- System.Bluetooth.TBluetoothDevice.State