System.Bluetooth.TBluetoothUUIDsList

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothUUIDsList

Delphi

TBluetoothUUIDsList = class(TList<TBluetoothUUID>);

C++

class PASCALIMPLEMENTATION TBluetoothUUIDsList : public System::Generics::Collections::TList__1<GUID>

Properties

Type Visibility Source Unit Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

A list of Bluetooth UUIDs.

See Also