System.Bluetooth.TBluetoothGattCharacteristicList

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TObjectListSystem.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothGattCharacteristicList

Delphi

TBluetoothGattCharacteristicList = class(TObjectList<TBluetoothGattCharacteristic>);

C++

class PASCALIMPLEMENTATION TBluetoothGattCharacteristicList : public System::Generics::Collections::TObjectList__1<TBluetoothGattCharacteristic*>

Properties

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

Description

List of characteristics.

See Also