System.Bluetooth.TBluetoothService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBluetoothService = record

C++

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

Properties

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

Description

Represents a Bluetooth service, published by you or by a remote device.

See Also