System.Beacon.IBeacon.GetGUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGUID: TGUID;

C++

virtual GUID __fastcall GetGUID() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Beacon.pas
System.Beacon.hpp
System.Beacon IBeacon

Description

Warning: GetGUID is deprecated. Please use the proper interface for your beacon format.

Represents the getter method for the GUID property.

See Also