System.Bluetooth.TBluetoothUUIDHelper.IsBluetoothBaseUUIDBased

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function IsBluetoothBaseUUIDBased(const AUUID: TBluetoothUUID): Boolean;

C++

__classmethod bool __fastcall IsBluetoothBaseUUIDBased(const GUID &AUUID);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothUUIDHelper

Description

Returns True if the specified 128-bit Bluetooth UUID is based on the Bluetooth Base UUID or False otherwise.

See Also