System.Bluetooth.TBluetoothUUIDHelper.IsBluetoothBaseUUIDBased

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

__classmethod bool __fastcall IsBluetoothBaseUUIDBased(const GUID &AUUID);

プロパティ

種類 可視性 ソース ユニット
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothUUIDHelper


説明

指定された 128 ビット Bluetooth UUID が、Bluetooth Base UUID をベースにしている場合には True を、そうでなければ False を返します。

関連項目