System.Bluetooth.TBluetoothService

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TBluetoothService = record
    Name: string;
    UUID: TBluetoothUUID;
  end;

C++

struct DECLSPEC_DRECORD TBluetoothService
{
public:
    System::UnicodeString Name;
    GUID UUID;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Description

Représente un service Bluetooth, publié par vous ou par un périphérique distant.

Voir aussi